Rename detail modals

This commit is contained in:
rijkvanzanten
2020-10-14 15:43:53 -04:00
parent 3f8b1f410a
commit a3e5258387
14 changed files with 51 additions and 39 deletions

View File

@@ -28,8 +28,7 @@ export type FieldMeta = {
locked: boolean;
required: boolean;
readonly: boolean;
hidden_detail: boolean;
hidden_browse: boolean;
hidden: boolean;
sort: number | null;
width: string | null;
group: number | null;