Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
refactor: add border to above search group
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Aug 10, 2023
1 parent 0c1268a commit 12fe137
Showing 1 changed file with 18 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,28 +72,27 @@ export default function getDataPanelItems(env: IEnv) {
},
},
},
searchGroup: {
showSearch: {
ref: 'searchEnabled',
type: 'boolean',
component: 'switch',
translation: 'properties.filterpane.searchField',
options: [
{
value: true,
translation: 'properties.show',
},
{
value: false,
translation: 'properties.hide',
},
],
defaultValue: true,
},
wildCardSearchGroup: {
type: 'items',
translation: 'properties.filterpane.searchMode',
grouped: true,
items: {
showSearch: {
ref: 'searchEnabled',
type: 'boolean',
component: 'switch',
translation: 'properties.filterpane.searchField',
options: [
{
value: true,
translation: 'properties.show',
},
{
value: false,
translation: 'properties.hide',
},
],
defaultValue: true,
},
wildCardSearch: {
translation: 'properties.filterpane.searchMode',
ref: 'wildCardSearch',
Expand Down

0 comments on commit 12fe137

Please sign in to comment.