@omniumretail/component-library 1.3.68 → 1.3.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26580,7 +26580,6 @@ const SupportModal = ({ visible, onClose, onSubmit, applicationOptions }) => {
|
|
|
26580
26580
|
description: description2,
|
|
26581
26581
|
attachments
|
|
26582
26582
|
});
|
|
26583
|
-
resetForm();
|
|
26584
26583
|
};
|
|
26585
26584
|
const handleClose = () => {
|
|
26586
26585
|
resetForm();
|
|
@@ -26785,7 +26784,6 @@ const Header = ({
|
|
|
26785
26784
|
if (onSupportSubmit) {
|
|
26786
26785
|
onSupportSubmit(data);
|
|
26787
26786
|
}
|
|
26788
|
-
setSupportModalVisible(false);
|
|
26789
26787
|
};
|
|
26790
26788
|
const menuTopList = getMenuTopList(
|
|
26791
26789
|
onHome
|