mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: remove unused property
This commit is contained in:
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user