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