Skip to content

Commit c4c1486

Browse files
author
yaroslav8765
committed
chore: remove space in Select.vue
1 parent c5630a7 commit c4c1486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adminforth/spa/src/afcl/Select.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ function updateFromProps() {
176176
}
177177
178178
async function inputClick() {
179-
180179
if (props.readonly) return;
181180
// Toggle local dropdown
182181
showDropdown.value = !showDropdown.value;

0 commit comments

Comments
 (0)