Skip to content

Commit 8a2ccec

Browse files
committed
fix: remove redundant class from FilterDropdown component
1 parent ac0a8e3 commit 8a2ccec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/FilterDropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="afcl-select afcl-select-wrapper relative inline-block af-button-shadow rounded rounded-default" ref="internalSelect"
2+
<div class="afcl-select afcl-select-wrapper relative inline-block af-button-shadow rounded-default" ref="internalSelect"
33
:class="{'opacity-50': readonly}"
44
>
55
<div class="relative w-fit">

0 commit comments

Comments
 (0)