mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-24 00:25:27 +02: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