We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad48e7 commit 55a1500Copy full SHA for 55a1500
src/components/clusters/ClusterTransfer/ClusterTransferList.tsx
@@ -133,7 +133,7 @@ const ClusterTransferPageHeader = ({
133
viewType={viewConstants.CLUSTER_TRANSFER_VIEW}
134
viewOptions={viewOptions}
135
variant="top"
136
- isDisabled={showSpinner || !viewOptions.totalCount}
+ isDisabled={showSpinner}
137
/>
138
</FlexItem>
139
</Flex>
@@ -334,7 +334,7 @@ const ClusterTransferList = ({ hideRefreshButton }: { hideRefreshButton?: boolea
334
335
336
variant="bottom"
337
- isDisabled={isLoading || !viewOptions.totalCount}
+ isDisabled={isLoading}
338
339
</CardFooter>
340
</Card>
0 commit comments