PLATFORM: Add loading state on deleting a variable #714
Labels
difficulty: 2
FOSSHack2025
FOSS Hack is scheduled from Feb 22 to Feb 23. FOSS-accepted issues would have this tag
priority: high
scope: platform
Everything related to the keyshade platform package
type: enhancement
New feature or request
Describe the bug
We don't have a loading state on button click while deleting a variable which allows the user to make multiple requests even when one request is ongoing.
Tasks to perform
toast.dismiss()
,toast.loading()
,toast.success()
,toast.error()
)Expected behavior
On clicking once, the user should be able to delete a variable and the request should go single time only.
The text was updated successfully, but these errors were encountered: