Skip to content

Commit

Permalink
Merge pull request #1919 from unicef/fix_errors
Browse files Browse the repository at this point in the history
Fix errors
  • Loading branch information
merceaemil authored May 31, 2023
2 parents e4613bd + bf20a06 commit 92b34cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend_ip/src_ts/elements/organization-dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {property} from '@polymer/decorators/lib/decorators';
import {GenericObject} from '../etools-prp-common/typings/globals.types';
import {ReduxConnectedElement} from '../etools-prp-common/ReduxConnectedElement';
import '../etools-prp-common/elements/etools-prp-ajax';
import {fireEvent} from '../etools-prp-common/utils/fire-custom-event';
import {fireEvent} from '@unicef-polymer/etools-utils/dist/fire-event.util';
import {EtoolsPrpAjaxEl} from '../etools-prp-common/elements/etools-prp-ajax';
import {BASE_PATH} from '../etools-prp-common/config';
import LocalizeMixin from '../etools-prp-common/mixins/localize-mixin';
Expand Down
2 changes: 1 addition & 1 deletion frontend_ip/src_ts/etools-prp-common

0 comments on commit 92b34cb

Please sign in to comment.