Merge pull request #3258 from Dokploy/fix/long-request-on-cleanup

Fix/long request on cleanup
This commit is contained in:
Mauricio Siu
2025-12-13 00:58:50 -06:00
committed by GitHub
3 changed files with 46 additions and 8 deletions

View File

@@ -173,7 +173,7 @@ export const ShowStorageActions = ({ serverId }: Props) => {
serverId: serverId,
})
.then(async () => {
toast.success("Cleaned all");
toast.success("Cleaning in progress... Please wait");
})
.catch(() => {
toast.error("Error cleaning all");