diff --git a/example/app/data/DemoDataSource/recipes/plugins/list/task_list/task.recipe.json b/example/app/data/DemoDataSource/recipes/plugins/list/task_list/task.recipe.json index 6bd7e28fe..41ccaa3dd 100644 --- a/example/app/data/DemoDataSource/recipes/plugins/list/task_list/task.recipe.json +++ b/example/app/data/DemoDataSource/recipes/plugins/list/task_list/task.recipe.json @@ -58,8 +58,7 @@ "selectFromScope": "dmss://DemoDataSource/plugins/list/task_list", "headers": [ "name", - "assigned", - "address" + "assigned" ], "functionality": { "type": "PLUGINS:dm-core-plugins/list/FunctionalityConfig", diff --git a/example/src/plugins/table/TestUseListPlugin.tsx b/example/src/plugins/table/TestUseListPlugin.tsx index 64b422647..7196dee43 100644 --- a/example/src/plugins/table/TestUseListPlugin.tsx +++ b/example/src/plugins/table/TestUseListPlugin.tsx @@ -70,7 +70,7 @@ const TestUseListPlugin = (props: IUIPlugin) => { }} /> {attribute && attribute.contained && ( - + )} {dirtyState && }