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) {