refactor(web): dependency management (#2386)
This commit is contained in:
@@ -154,7 +154,7 @@ const EditorWidthSelectionModal = ({
|
||||
|
||||
const EditorWidthSelectionModalWrapper = () => {
|
||||
const application = useApplication()
|
||||
const { notesController } = application.controllers
|
||||
const { notesController } = application
|
||||
|
||||
const [isOpen, setIsOpen] = useState(false)
|
||||
const [isGlobal, setIsGlobal] = useState(false)
|
||||
|
||||
Reference in New Issue
Block a user