PluginProbe
Extendify / trunk
Extendify vtrunk
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/SocialLinkModal.jsx +1 -1 3.1.1 → trunk View file →
@@ -1,4 +1,5 @@
1 +import { track } from '@shared/lib/track';
1 2 import { Button, Modal, Notice, TextControl } from '@wordpress/components';
2 3 import { useState } from '@wordpress/element';
3 4 import { __, sprintf } from '@wordpress/i18n';
4 5 import { save } from '../../lib/api';
@@ -3,9 +4,8 @@
3 4 import { __, sprintf } from '@wordpress/i18n';
4 5 import { save } from '../../lib/api';
5 6 import { useCmdEnterSave } from '../../lib/cmd-enter-save';
6 7 import { friendlyMessage } from '../../lib/errors';
7 -import { track } from '../../lib/insights';
8 8 import { closeModal, QE_MODAL_BODY_OPEN_CLASS } from '../../lib/modal-root';
9 9 import { pushUndo } from '../../state/undo';
10 10 import { ModalCloseButton } from './ModalCloseButton';
11 11