This commit is contained in:
Rizky 2024-06-24 22:58:02 -07:00
parent f83cad0fa2
commit aba7764107
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ const get_layer = async (
type: v.db_type || v.type, type: v.db_type || v.type,
optional: v.optional, optional: v.optional,
}), }),
label: k, label: k + (v.optional ? "" : " *"),
checked: v.is_pk, checked: v.is_pk,
}); });
} }