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