fix: remove unused property

This commit is contained in:
Arman
2023-02-10 17:50:17 +01:00
parent 3edcfb6e57
commit c27139cc37
@@ -7,7 +7,6 @@
export let value: string;
export let attribute: Models.AttributeEnum;
export let optionalText: string | undefined = undefined;
export let required = false;
$: options = attribute.elements.map((element) => {
return {