mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 05:20:13 +02:00
optimize query builder
This commit is contained in:
@@ -117,11 +117,10 @@ export const QueryBuilder = ({
|
||||
<Group gap="sm" wrap="nowrap">
|
||||
<Select
|
||||
data={FILTER_GROUP_OPTIONS_DATA}
|
||||
maxWidth={250}
|
||||
maxWidth={170}
|
||||
onChange={handleChangeType}
|
||||
size="sm"
|
||||
value={data.type}
|
||||
width={200}
|
||||
/>
|
||||
<ActionIcon icon="add" onClick={handleAddRule} size="sm" variant="subtle" />
|
||||
<DropdownMenu position="bottom-start">
|
||||
|
||||
Reference in New Issue
Block a user