From 6351e2bcd285a6fdf39d536a7b2eb1788c8b046f Mon Sep 17 00:00:00 2001 From: Sunil Kumar Yadav <79906609+sunilyadav840@users.noreply.github.com> Date: Thu, 16 Dec 2021 01:26:40 +0530 Subject: [PATCH] fixed unshared collection error for cassandra (#1172) * fixed unshared collection error for cassandra * fixed shared props value Co-authored-by: sunilyadav --- .../CassandraAddCollectionPane/CassandraAddCollectionPane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Panes/CassandraAddCollectionPane/CassandraAddCollectionPane.tsx b/src/Explorer/Panes/CassandraAddCollectionPane/CassandraAddCollectionPane.tsx index 9aa4faf6b..c2b310500 100644 --- a/src/Explorer/Panes/CassandraAddCollectionPane/CassandraAddCollectionPane.tsx +++ b/src/Explorer/Panes/CassandraAddCollectionPane/CassandraAddCollectionPane.tsx @@ -334,7 +334,7 @@ export const CassandraAddCollectionPane: FunctionComponent (tableThroughput = throughput)} setIsAutoscale={(isAutoscale: boolean) => (isTableAutoscale = isAutoscale)} setIsThroughputCapExceeded={(isCapExceeded: boolean) => setIsThroughputCapExceeded(isCapExceeded)}