We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efb7c7 commit cfd34bbCopy full SHA for cfd34bb
src/editors/protocol104/wizards/address.ts
@@ -1,5 +1,6 @@
1
import { html, TemplateResult } from 'lit-element';
2
import { get, translate } from 'lit-translate';
3
+import { live } from 'lit-html/directives/live';
4
5
import '@material/mwc-list/mwc-list-item';
6
import '@material/mwc-select';
@@ -25,7 +26,6 @@ import {
25
26
getFullPath,
27
} from '../foundation/foundation.js';
28
import { hasScaleFields, hasUnitMultiplierField } from '../foundation/cdc.js';
-import { live } from 'lit-html/directives/live';
29
30
const allowedMultipliers = [
31
'm',
0 commit comments