forked from external-repos/squoosh
Fixing quote type
This commit is contained in:
@@ -55,7 +55,7 @@ export default class Intro extends Component<Props, State> {
|
||||
|
||||
@bind
|
||||
private resetFileInput() {
|
||||
this.fileInput!.value = "";
|
||||
this.fileInput!.value = '';
|
||||
}
|
||||
|
||||
@bind
|
||||
|
||||
Reference in New Issue
Block a user