From e70ed80b417b01571088303dbf3505f026a6ea30 Mon Sep 17 00:00:00 2001 From: lflangis Date: Mon, 8 May 2023 14:50:18 -0400 Subject: [PATCH] fix(protable): SJIP-413 fix loading props regression --- packages/ui/package.json | 2 +- packages/ui/src/components/ProTable/index.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 0d359cfb3..c0f997bc9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ferlab/ui", - "version": "7.0.0", + "version": "7.0.1", "description": "Core components for scientific research data portals", "publishConfig": { "access": "public" diff --git a/packages/ui/src/components/ProTable/index.tsx b/packages/ui/src/components/ProTable/index.tsx index 8168f7d4f..553bb98f2 100644 --- a/packages/ui/src/components/ProTable/index.tsx +++ b/packages/ui/src/components/ProTable/index.tsx @@ -304,6 +304,7 @@ const ProTable = ({ .map(({ key }) => columns.find((column) => column.key === key)) .filter(isProColumnsType) .map(generateColumnTitle)} + loading={loading} locale={{ emptyText: (