diff --git a/src/app/App.tsx b/src/app/App.tsx index 57c54953..7ff48e60 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3966,7 +3966,14 @@ export function App({ store, initialStatusMessage }: AppProps) { className="visually-hidden" type="file" accept=".json,application/json" - onChange={handleImportChange} + onChange={handleImportJsonChange} + /> + );