Skip to content

Commit

Permalink
Update to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 authored Aug 17, 2022
1 parent c629458 commit aea1915
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {
isArray,
isDataObject,
deepCloneObject
} from './utils/check.js';
import {to_images_list} from './utils/mime.js';
deepCloneObject,
to_images_list
} from './utils';

frappe.provide('frappe.ui.form');

Expand Down

0 comments on commit aea1915

Please sign in to comment.