diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dc30fa..06de1939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Made text input box use a monospace font - Disabled download buttons when there is no input/output. -- Added a modal to the file input section. +- Added a dialog to the file input section. ### 🔧 Internal changes diff --git a/demo/src/MemoryModelsUserInput.tsx b/demo/src/MemoryModelsUserInput.tsx index a7c7bb73..d6209fc4 100644 --- a/demo/src/MemoryModelsUserInput.tsx +++ b/demo/src/MemoryModelsUserInput.tsx @@ -9,8 +9,6 @@ import { Tooltip, MenuItem, Stack, - Modal, - Paper, Dialog, DialogActions, DialogContent,