mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-22 20:07:42 +02:00
redesign smart playlist, add multisort
This commit is contained in:
@@ -167,7 +167,7 @@ export const QueryBuilderOption = ({
|
||||
|
||||
const fieldType = filters.find((f) => f.value === field)?.type;
|
||||
const operatorsByFieldType = operators[fieldType as keyof typeof operators];
|
||||
const ml = (level + 1) * 10;
|
||||
const ml = 20;
|
||||
|
||||
return (
|
||||
<Group gap="sm" ml={ml}>
|
||||
|
||||
Reference in New Issue
Block a user