From 4fa004aebe2a5136802cff04670c65ced87cf584 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 17 Dec 2025 08:12:31 +0100 Subject: [PATCH] make update item toast closeable --- lib/src/Components/Profile/itemFunctions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/Components/Profile/itemFunctions.ts b/lib/src/Components/Profile/itemFunctions.ts index 2183cf92..3600c7be 100644 --- a/lib/src/Components/Profile/itemFunctions.ts +++ b/lib/src/Components/Profile/itemFunctions.ts @@ -34,6 +34,7 @@ const handleApiOperation = async ( type: 'success', isLoading: false, autoClose: 5000, + closeButton: true, }) return { success: true, data } } catch (error) {