Browse Source

Fixes gate styling on Graph

main
Eric Amodio 1 year ago
parent
commit
3bfc381ab1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/shared/components/feature-gate.ts

+ 1
- 1
src/webviews/apps/shared/components/feature-gate.ts View File

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

Loading…
Cancel
Save