diff --git a/src/Explorer/Panes/Tables/EditTableEntityPanel.tsx b/src/Explorer/Panes/Tables/EditTableEntityPanel.tsx index 2bfca70b7..be2f982e0 100644 --- a/src/Explorer/Panes/Tables/EditTableEntityPanel.tsx +++ b/src/Explorer/Panes/Tables/EditTableEntityPanel.tsx @@ -390,6 +390,9 @@ export const EditTableEntityPanel: FunctionComponent )} +
+ Warning: Null fields will not be displayed for editing. +
); }; diff --git a/src/Explorer/Panes/Tables/__snapshots__/EditTableEntityPanel.test.tsx.snap b/src/Explorer/Panes/Tables/__snapshots__/EditTableEntityPanel.test.tsx.snap index 89b9f5786..5ced137c3 100644 --- a/src/Explorer/Panes/Tables/__snapshots__/EditTableEntityPanel.test.tsx.snap +++ b/src/Explorer/Panes/Tables/__snapshots__/EditTableEntityPanel.test.tsx.snap @@ -355,6 +355,17 @@ exports[`Excute Edit Table Entity Pane should render Default properly 1`] = ` +
+ Warning: Null fields will not be displayed for editing. +