ordering-ui-admin-external 1.43.88 → 1.43.89
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/_bundles/{ordering-ui-admin.79d573230ba669643af1.js → ordering-ui-admin.953186d9492b9e360543.js} +2 -2
- package/_modules/components/Stores/SnoozeComponent/index.js +0 -3
- package/package.json +1 -1
- package/src/components/Stores/SnoozeComponent/index.js +0 -4
- /package/_bundles/{ordering-ui-admin.79d573230ba669643af1.js.LICENSE.txt → ordering-ui-admin.953186d9492b9e360543.js.LICENSE.txt} +0 -0
|
@@ -167,9 +167,6 @@ var SnoozeComponent = exports.SnoozeComponent = function SnoozeComponent(props)
|
|
|
167
167
|
}, {
|
|
168
168
|
value: '12',
|
|
169
169
|
content: t('SNOOZE_TWELVE_HOUR', '12H')
|
|
170
|
-
}, {
|
|
171
|
-
value: 'indefinitely',
|
|
172
|
-
content: t('SNOOZE_INDEFINITELY', 'Indefinitely')
|
|
173
170
|
}, {
|
|
174
171
|
value: 'or',
|
|
175
172
|
content: t('SNOOZE_OR', 'or')
|
package/package.json
CHANGED
|
@@ -153,10 +153,6 @@ export const SnoozeComponent = (props) => {
|
|
|
153
153
|
value: '12',
|
|
154
154
|
content: t('SNOOZE_TWELVE_HOUR', '12H')
|
|
155
155
|
},
|
|
156
|
-
{
|
|
157
|
-
value: 'indefinitely',
|
|
158
|
-
content: t('SNOOZE_INDEFINITELY', 'Indefinitely')
|
|
159
|
-
},
|
|
160
156
|
{
|
|
161
157
|
value: 'or',
|
|
162
158
|
content: t('SNOOZE_OR', 'or')
|