fix
This commit is contained in:
parent
f83cad0fa2
commit
aba7764107
|
|
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue