Fix not being able to filter by number or string fields in record list filter
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user