Skip to content

Commit

Permalink
Fix lient unit tests for ui-fields parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek authored and nsoranzo committed Nov 12, 2021
1 parent 3fce28f commit b49b010
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/mvc/ui/ui-field.js
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down

0 comments on commit b49b010

Please sign in to comment.