Merge pull request #422 from trouble/query-exists
This commit is contained in:
@@ -19,6 +19,10 @@ const base = [
|
||||
label: 'is not in',
|
||||
value: 'not_in',
|
||||
},
|
||||
{
|
||||
label: 'exists',
|
||||
value: 'exists',
|
||||
},
|
||||
];
|
||||
|
||||
const numeric = [
|
||||
|
||||
Reference in New Issue
Block a user