style: run pre-commit
This commit is contained in:
parent
4879ff0454
commit
4756de696d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ let docfield_df = computed(() => {
|
|||
}
|
||||
if (store.form.selected_field.fieldtype === "Data") {
|
||||
df.fieldtype = "Select";
|
||||
df.options = ["", "Email", "Name", "Phone", "URL", "Barcode", "IBAN"]
|
||||
df.options = ["", "Email", "Name", "Phone", "URL", "Barcode", "IBAN"];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue