fix(storage): enhance success message for cleaning action to include a wait prompt

This commit is contained in:
Mauricio Siu
2025-12-13 00:58:21 -06:00
parent 12b8f8a4fd
commit 415327c246

View File

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