Przeglądaj źródła

Fixes gate styling on Graph

main
Eric Amodio 1 rok temu
rodzic
commit
3bfc381ab1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/webviews/apps/shared/components/feature-gate.ts

+ 1
- 1
src/webviews/apps/shared/components/feature-gate.ts Wyświetl plik

@ -80,7 +80,7 @@ export class FeatureGate extends LitElement {
}
`;
@property()
@property({ reflect: true })
appearance?: 'alert' | 'welcome';
@property({ attribute: false, type: Number })

Ładowanie…
Anuluj
Zapisz