@bigbinary/neeto-themes-frontend 4.0.2 → 4.0.3
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.
|
@@ -1768,6 +1768,7 @@ var Card = function Card(_ref) {
|
|
|
1768
1768
|
key: "delete",
|
|
1769
1769
|
"data-cy": "delete-theme-menu-item",
|
|
1770
1770
|
label: t("neetoThemes.build.leftSideBar.themes.themeOptions.delete"),
|
|
1771
|
+
isDisabled: isApplyingTheme,
|
|
1771
1772
|
isVisible: utils.isFunction(onDeleteTheme),
|
|
1772
1773
|
onClick: function onClick(e) {
|
|
1773
1774
|
e.stopPropagation();
|