Explorar el Código

Fixes gate styling on Graph

main
Eric Amodio hace 1 año
padre
commit
3bfc381ab1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/webviews/apps/shared/components/feature-gate.ts

+ 1
- 1
src/webviews/apps/shared/components/feature-gate.ts Ver fichero

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

Cargando…
Cancelar
Guardar