added form submission logic with loading state management #78
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pramod_Bug#196"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Project Updation by project banner
Issue
When reopening the modal after a form submission, the "Please wait..." state was not being properly retained, leading to the button text not showing as expected.
Fix
handleSubmitForm function to perform the form submission and simulate an asynchronous operation.
onSubmitForm now sets setLoading(true) before submission and resets it after completion.
Updated the form submission logic to ensure proper feedback during the submission process.