@oliasoft-open-source/react-ui-library 4.13.0-beta-13 → 4.13.0-beta-14
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -70368,7 +70368,7 @@ const PredefinedOptionsMenu = ({
|
|
|
70368
70368
|
setPredefinedOptionsMenuState(PredefinedOptionsMenuState.CUSTOM);
|
|
70369
70369
|
setFoundPredefinedMenuOption(void 0);
|
|
70370
70370
|
}
|
|
70371
|
-
}, [extractedValue
|
|
70371
|
+
}, [extractedValue]);
|
|
70372
70372
|
const sectionsPredefinedMenu = [
|
|
70373
70373
|
{
|
|
70374
70374
|
type: MenuType.OPTION,
|