fix:add missing uniqID import

This commit is contained in:
Jean-Baptiste
2019-01-11 08:49:36 +01:00
parent fbf76c30e3
commit 5351543bae
3 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,7 @@
import {SIBDisplayLookupList} from 'https://cdn.happy-dev.fr/sib-core/widgets/sib-display-widgets.js';
import {SIBWidget} from 'https://cdn.happy-dev.fr/sib-core/widgets/sib-base-widgets.js';
import {store} from 'https://cdn.happy-dev.fr/sib-core/store.js';
import {uniqID} from 'https://cdn.happy-dev.fr/sib-core/helper.js';
class HDAppUserInfo extends SIBDisplayLookupList {
get parentElement() {