Skip to content

Commit

Permalink
fix: 暂时去除隐藏空服务
Browse files Browse the repository at this point in the history
  • Loading branch information
tingfuyeh committed Dec 16, 2024
1 parent 4a72f44 commit ac059f0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions web/src/polaris/service/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,22 @@ function getTagAttributes(props: DuckCmpProps<ServicePageDuck>) {
)
},
},
{
type: 'single',
key: HideEmptyServiceTagKey,
name: '隐藏空服务',
values: [
{
name: '是',
value: true,
},
{
name: '否',
value: false,
},
],
reusable: false,
},
// {
// type: 'single',
// key: HideEmptyServiceTagKey,
// name: '隐藏空服务',
// values: [
// {
// name: '是',
// value: true,
// },
// {
// name: '否',
// value: false,
// },
// ],
// reusable: false,
// },
]
}
export default function ServicePage(props: DuckCmpProps<ServicePageDuck>) {
Expand Down

0 comments on commit ac059f0

Please sign in to comment.