mirror of
https://github.com/vndangkhoa/Sys-Arc-Visl.git
synced 2026-04-05 01:17:57 +07:00
fix: TypeScript errors for Docker build
This commit is contained in:
parent
5c4b83203c
commit
e52f9e5e51
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,8 @@ export function EditorHeader() {
|
|||
theme, toggleTheme,
|
||||
focusMode, setFocusMode,
|
||||
saveDiagram,
|
||||
aiMode
|
||||
aiMode,
|
||||
onlineProvider
|
||||
} = useFlowStore();
|
||||
const { isMobile } = useMobileDetect();
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ interface EditorToolbarProps {
|
|||
handleGenerate: () => void;
|
||||
isLoading: boolean;
|
||||
hasCode: boolean;
|
||||
hasCode: boolean;
|
||||
}
|
||||
|
||||
import { usePluginStore } from '../../store/pluginStore';
|
||||
|
|
|
|||
Loading…
Reference in a new issue