fix: removing config when db is deployed
This commit is contained in:
parent
a5b2975f38
commit
fff9eb8427
|
@ -223,6 +223,8 @@ export default function DatabaseNewForm() {
|
|||
.then((res) => {
|
||||
console.log(res);
|
||||
setOpen(false);
|
||||
setCurrentSteps(1);
|
||||
setDatabaseConfig(defaultDatabaseConfig);
|
||||
router.refresh();
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
Loading…
Reference in New Issue