chore(deps): upgrade react-query to v4 [EE-6638] (#11041)
This commit is contained in:
@@ -86,7 +86,7 @@ export function StackContainersDatatable({ environment, stackName }: Props) {
|
||||
</>
|
||||
)}
|
||||
dataset={containersQuery.data || []}
|
||||
isLoading={containersQuery.isLoading}
|
||||
isLoading={!containersQuery.data}
|
||||
emptyContentLabel="No containers found"
|
||||
/>
|
||||
</TableSettingsProvider>
|
||||
|
||||
Reference in New Issue
Block a user