浏览代码

Fixes gate styling on Graph

main
Eric Amodio 1年前
父节点
当前提交
3bfc381ab1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/webviews/apps/shared/components/feature-gate.ts

+ 1
- 1
src/webviews/apps/shared/components/feature-gate.ts 查看文件

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

正在加载...
取消
保存