mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
fix(dropdown): remove unused 'open' property from Dropdown component
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script lang="ts">
|
||||
export let position: 'left' | 'right' | 'middle' = 'left';
|
||||
export let open: boolean = false;
|
||||
export let minWidth: string = '12rem'; // Allow customization
|
||||
|
||||
// Compute position classes
|
||||
|
||||
Reference in New Issue
Block a user