← All changes
|
src/QuickEdit/components/modals/ProductTextModal.jsx
+1
-1
3.1.1
→
3.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 | |