Skip to content

Commit 12b8f8a

Browse files
committed
fix(storage): update success message for cleaning action
1 parent fea3ec9 commit 12b8f8a

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("Cleaned all");
176+
toast.success("Cleaning in progress...");
177177
})
178178
.catch(() => {
179179
toast.error("Error cleaning all");

0 commit comments

Comments
 (0)