fix(storage): update success message for cleaning action

This commit is contained in:
Mauricio Siu
2025-12-13 00:58:07 -06:00
parent fea3ec9a6f
commit 12b8f8a4fd

View File

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