Skip to content

Commit

Permalink
[Feature] #1155 Code Style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
weidong_chang committed Oct 17, 2023
1 parent 9eeddae commit 9683159
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ export const cardList = [

export const filterList = [
{
label: 'none',
label: 'None',
value: 0,
},
{
label: 'contains',
label: 'Contains',
value: 1,
},
{
label: 'does not contains',
label: 'Does Not Contains',
value: 2,
},
{
label: 'equals',
label: 'Equals',
value: 3,
},
{
Expand All @@ -40,11 +40,11 @@ export const filterList = [
value: 5,
},
{
label: 'key_contains',
label: 'Key Contains',
value: 6,
},
{
label: 'value_contains',
label: 'Value Contains',
value: 7,
}
];
Expand Down

0 comments on commit 9683159

Please sign in to comment.