PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/QuickEdit/components/modals/ProductTextModal.jsx +1 -1 3.1.13.2.1 View file →
@@ -1,4 +1,5 @@
1 +import { track } from '@shared/lib/track';
1 2 import {
2 3 Button,
3 4 Modal,
4 5 Notice,
@@ -10,9 +11,8 @@
10 11 import { __ } from '@wordpress/i18n';
11 12 import { loadProduct, saveProduct } from '../../lib/api';
12 13 import { useCmdEnterSave } from '../../lib/cmd-enter-save';
13 14 import { friendlyMessage } from '../../lib/errors';
14 -import { track } from '../../lib/insights';
15 15 import { QE_MODAL_BODY_OPEN_CLASS } from '../../lib/modal-root';
16 16 import { pushUndo } from '../../state/undo';
17 17 import { ModalCloseButton } from './ModalCloseButton';
18 18