Skip to content

Commit 56a7245

Browse files
authored
chore: removed a leftover (#4747)
1 parent 96f3281 commit 56a7245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/components/src/components/select/select.lite.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export default function DBSelect(props: DBSelectProps) {
6262
_invalidMessageId: undefined,
6363
_invalidMessage: undefined,
6464
_placeholderId: '',
65-
// Workaround for Vue output: TS for Vue would think that it could be a function, and by this we clarify that it's a string
6665
_descByIds: undefined,
6766
_value: '',
6867
initialized: false,

0 commit comments

Comments
 (0)