mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(#10): slugify the appName and remove weird characters
This commit is contained in:
@@ -39,6 +39,7 @@ export const RemoveGithubApp = () => {
|
||||
await mutateAsync()
|
||||
.then(async () => {
|
||||
await refetch();
|
||||
utils.admin.one.invalidate();
|
||||
await utils.admin.haveGithubConfigured.invalidate();
|
||||
toast.success("Github application deleted succesfully.");
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user