mirror of
https://github.com/vndangkhoa/Sys-Arc-Visl.git
synced 2026-04-05 01:17:57 +07:00
fix: build error in EditorToolbar
This commit is contained in:
parent
8b685bdde3
commit
023cc3264c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ interface EditorToolbarProps {
|
||||||
handleGenerate: () => void;
|
handleGenerate: () => void;
|
||||||
isLoading: boolean;
|
isLoading: boolean;
|
||||||
hasCode: boolean;
|
hasCode: boolean;
|
||||||
hasCode: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
import { usePluginStore } from '../../store/pluginStore';
|
import { usePluginStore } from '../../store/pluginStore';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue