chore: Minor fix

This commit is contained in:
iamsivin
2024-11-21 00:42:01 +05:30
parent e3f50da277
commit 257a5ccf83
@@ -72,8 +72,8 @@ const handleAttributeAction = async action => {
show-search
class="w-48 mt-2 top-full"
:class="{
'right-0': !isEditingView,
'left-0': isEditingView,
'ltr:right-0 rtl:left-0': !isEditingView,
'ltr:left-0 rtl:right-0': isEditingView,
}"
@action="handleAttributeAction($event)"
/>