mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-11 00:01:21 +00:00
procedure setconfig on update
This commit is contained in:
@@ -98,7 +98,7 @@ const ProcedureConfigInner = ({
|
||||
config={config}
|
||||
onConfirm={async () => {
|
||||
await mutateAsync({ id: procedure._id!.$oid, config });
|
||||
// setConfig({});
|
||||
setConfig({});
|
||||
}}
|
||||
onReset={() => setConfig({})}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user