From 6987d55a28a9548b673ae8c97ad68e90e625e7ff Mon Sep 17 00:00:00 2001 From: Loan Laux Date: Wed, 8 Apr 2020 12:45:28 +0200 Subject: [PATCH] fix: use network-only fetchPolicy for tag table Signed-off-by: Loan Laux --- imports/plugins/core/tags/client/components/TagDataTable.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imports/plugins/core/tags/client/components/TagDataTable.js b/imports/plugins/core/tags/client/components/TagDataTable.js index afdffdda44..f8e59568a0 100644 --- a/imports/plugins/core/tags/client/components/TagDataTable.js +++ b/imports/plugins/core/tags/client/components/TagDataTable.js @@ -464,10 +464,9 @@ class TagDataTable extends Component { selectWidth: 64 }; - // All available props: https://github.com/tannerlinsley/react-table#props return ( - + {({ data, error, fetchMore, refetch }) => { if (error || !data) { if (error) Logger.error(error);