Fix not being able to filter by number or string fields in record list filter

This commit is contained in:
Jože Fortun
2024-07-29 08:18:37 +02:00
parent 36faf60b93
commit d619a4273e
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
<template>
<b-form-group
:data-test-id="getFieldCypressId(label || value)"
:data-test-id="getFieldCypressId(label)"
:label-cols-md="horizontal && '5'"
:label-cols-xl="horizontal && '4'"
:content-cols-md="horizontal && '7'"
@@ -1,6 +1,6 @@
<template>
<b-form-group
:data-test-id="getFieldCypressId(label || value)"
:data-test-id="getFieldCypressId(label)"
:label-cols-md="horizontal && '5'"
:label-cols-xl="horizontal && '4'"
:content-cols-md="horizontal && '7'"