mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
fix redirect to login with expired session on org list & template list
This commit is contained in:
@@ -149,7 +149,7 @@ class OrganizationsList extends Component {
|
||||
<PageSection variant={medium}>
|
||||
<Card>
|
||||
<PaginatedDataList
|
||||
error={contentError}
|
||||
contentError={contentError}
|
||||
hasContentLoading={hasContentLoading}
|
||||
items={organizations}
|
||||
itemCount={itemCount}
|
||||
|
||||
@@ -175,7 +175,7 @@ class TemplatesList extends Component {
|
||||
<PageSection variant={medium}>
|
||||
<Card>
|
||||
<PaginatedDataList
|
||||
err={contentError}
|
||||
contentError={contentError}
|
||||
hasContentLoading={hasContentLoading}
|
||||
items={templates}
|
||||
itemCount={itemCount}
|
||||
|
||||
Reference in New Issue
Block a user