From 4523d455a8c19fb324fc1202aa27ea730d0b8337 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 13 Dec 2021 13:46:50 -0800 Subject: [PATCH] Fix missing declaration on LinkEditor --- packages/mindplot/src/components/widget/LinkEditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mindplot/src/components/widget/LinkEditor.js b/packages/mindplot/src/components/widget/LinkEditor.js index c155cf76..0dd50a97 100644 --- a/packages/mindplot/src/components/widget/LinkEditor.js +++ b/packages/mindplot/src/components/widget/LinkEditor.js @@ -15,6 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +import { $assert } from '@wisemapping/core-js'; import BootstrapDialog from '../libraries/bootstrap/BootstrapDialog'; class LinkEditor extends BootstrapDialog {/** @lends LinkEditor */