Fixed save with my api keys coming as default
This commit is contained in:
parent
58008015f5
commit
ba779d5ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const ExportModal = forwardRef(
|
|||
(props: { children: ReactNode }, ref): JSX.Element => {
|
||||
const version = useDarkStore((state) => state.version);
|
||||
const setNoticeData = useAlertStore((state) => state.setNoticeData);
|
||||
const [checked, setChecked] = useState(true);
|
||||
const [checked, setChecked] = useState(false);
|
||||
const currentFlow = useFlowsManagerStore((state) => state.currentFlow);
|
||||
useEffect(() => {
|
||||
setName(currentFlow!.name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue