Fix :: Modal firing onOpen event more than once (#6124)

This commit is contained in:
Kiran Ashok 2023-04-27 14:54:08 +05:30 committed by GitHub
parent c981adc52d
commit d75ac78f12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ export const Modal = function Modal({
onClick={(event) => {
event.stopPropagation();
setShowModal(true);
setExposedVariable('show', true).then(() => fireEvent('onOpen'));
setExposedVariable('show', true);
}}
data-cy={`${dataCy}-launch-button`}
>