You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the billing services modals are dismissed, the form in the modal is submitted. For the Create state, this makes the form show red errors around the inputs as the modal is dismissed. For the Update state, this makes the Loading state appear on the button as the modal is dismissed.
Steps to Reproduce
Navigate to #/admin/billing_services.
Click the "Create" button.
Click the "Cancel" button on the modal.
Expect Result The modal should close without error Actual Result The modal flashes red and disappears
The text was updated successfully, but these errors were encountered:
When the billing services modals are dismissed, the form in the modal is submitted. For the
Create
state, this makes the form show red errors around the inputs as the modal is dismissed. For theUpdate
state, this makes theLoading
state appear on the button as the modal is dismissed.Steps to Reproduce
#/admin/billing_services
.Expect Result The modal should close without error
Actual Result The modal flashes red and disappears
The text was updated successfully, but these errors were encountered: