[arvados] updated: 2.7.0-6012-g8465f354ee

git repository hosting git at public.arvados.org
Wed Feb 21 15:54:39 UTC 2024


Summary of changes:
 services/workbench2/src/components/data-table/data-table.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8465f354eeb09436e421d7ee4f8f68f9a5e5cc44 (commit)
      from  349e681615d2b9707f53f247c6c5b6d6229e7f1f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8465f354eeb09436e421d7ee4f8f68f9a5e5cc44
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Wed Feb 21 10:54:34 2024 -0500

    21386: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/data-table/data-table.tsx b/services/workbench2/src/components/data-table/data-table.tsx
index 29ee94f1e7..fade7d4a24 100644
--- a/services/workbench2/src/components/data-table/data-table.tsx
+++ b/services/workbench2/src/components/data-table/data-table.tsx
@@ -312,7 +312,7 @@ export const DataTable = withStyles(styles)(
 
         renderNoItemsPlaceholder = (columns: DataColumns<T, any>) => {
             const { isLoaded } = this.state;
-            const { working, items, isNotFound } = this.props;
+            const { working, isNotFound } = this.props;
             const dirty = columns.some(column => getTreeDirty("")(column.filters));
             if (isNotFound && isLoaded) {
                 return (

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list