parent
57b52309f0
commit
698f30e02c
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ export const ExecutionConfigModal = ({
|
|||
);
|
||||
|
||||
useEffect(() => {
|
||||
if (configDescription) setupForm(config);
|
||||
}, [show]);
|
||||
if (config) setupForm(config);
|
||||
}, [config]);
|
||||
|
||||
const save = async (changedConfig: ExecutionConfigModalForm) => {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue