Skip to content

Commit 415327c

Browse files
committed
fix(storage): enhance success message for cleaning action to include a wait prompt
1 parent 12b8f8a commit 415327c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dokploy/components/dashboard/settings/servers/actions/show-storage-actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const ShowStorageActions = ({ serverId }: Props) => {
173173
serverId: serverId,
174174
})
175175
.then(async () => {
176-
toast.success("Cleaning in progress...");
176+
toast.success("Cleaning in progress... Please wait");
177177
})
178178
.catch(() => {
179179
toast.error("Error cleaning all");

0 commit comments

Comments
 (0)