Skip to content

Commit

Permalink
[backend] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Oct 3, 2024
1 parent 9328ccd commit 784aa10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const availableOperators = (propertySchema: PropertySchemaDTO) => {
}
// Enum & not array
if (propertySchema.schema_property_values && !propertySchema.schema_property_type_array) {
return ['eq', 'empty', 'not_empty'];
return ['eq', 'not_eq', 'empty', 'not_empty'];
}
// Dynamic value & not array
if (propertySchema.schema_property_has_dynamic_value && !propertySchema.schema_property_type_array) {
Expand Down

0 comments on commit 784aa10

Please sign in to comment.