Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 73c9fda

Browse files
committed
lit decorator correction
1 parent 49491c8 commit 73c9fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/documents/document-types/components/input-document-type/input-document-type.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class UmbInputDocumentTypeElement extends UmbFormControlMixin<string | un
104104
return this.#pickerContext.getSelection();
105105
}
106106

107-
@property()
107+
@property({ type: String })
108108
public set value(uniques: string | undefined) {
109109
this.selection = splitStringToArray(uniques);
110110
}

0 commit comments

Comments
 (0)