From 014a48c9cadf48674105d1ddf4fea7f641bd76c0 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Fri, 12 Nov 2021 10:07:05 +0100 Subject: [PATCH] Fix lient unit tests for ui-fields parameter --- client/src/mvc/ui/ui-field.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/mvc/ui/ui-field.js b/client/src/mvc/ui/ui-field.js index aaa10c55304d..72ecfb216ec3 100644 --- a/client/src/mvc/ui/ui-field.js +++ b/client/src/mvc/ui/ui-field.js @@ -1,8 +1,7 @@ -/** Renders the color picker used e.g. in the tool form **/ -import Utils from "utils/utils"; +import Backbone from "backbone"; import Ui from "mvc/ui/ui-misc"; -/** Renders an input element used e.g. in the tool form */ +/** Renders an input type field parameter */ export default Backbone.View.extend({ initialize: function (options) { this.model =