Fixing quote type

This commit is contained in:
Jake Archibald
2019-04-08 12:35:05 -04:00
parent 8f215a5b4b
commit 80fa9c4f21
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ export default class Intro extends Component<Props, State> {
@bind
private resetFileInput() {
this.fileInput!.value = "";
this.fileInput!.value = '';
}
@bind