fix: pr deployments + remove public gits

This commit is contained in:
Andras Bacsai
2022-08-27 07:46:54 +00:00
parent e9723d3f22
commit 93246f80c4
4 changed files with 6 additions and 4 deletions

View File

@@ -57,11 +57,12 @@
message: 'Secret added.',
type: 'success'
});
}
addToast({
} else {
addToast({
message: 'Secret updated.',
type: 'success'
});
}
dispatch('refresh');
} catch (error) {
console.log(error);