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
Describe the bug
After opening a modal not in the default configuration, if you open a different modal the previous modal's options persist with the new modal.
To Reproduce
Steps to reproduce the behavior:
Open a modal that has a modal option different than default (ex: modalSize)
Close the modal
Open a different modal that doesn't pass modal options
The modal should be set to the modal options of the previous modal, this is the error.
Expected behavior
Whenever a modal is closed, the modal should reset its options to the default.
The text was updated successfully, but these errors were encountered:
Describe the bug
After opening a modal not in the default configuration, if you open a different modal the previous modal's options persist with the new modal.
To Reproduce
Steps to reproduce the behavior:
modalSize
)Expected behavior
Whenever a modal is closed, the modal should reset its options to the default.
The text was updated successfully, but these errors were encountered: