fix redirect to login with expired session on org list & template list

This commit is contained in:
Keith Grant 2019-08-08 11:26:38 -07:00
parent 47357aea28
commit db1dddb95e
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ class OrganizationsList extends Component {
<PageSection variant={medium}>
<Card>
<PaginatedDataList
error={contentError}
contentError={contentError}
hasContentLoading={hasContentLoading}
items={organizations}
itemCount={itemCount}

View File

@ -175,7 +175,7 @@ class TemplatesList extends Component {
<PageSection variant={medium}>
<Card>
<PaginatedDataList
err={contentError}
contentError={contentError}
hasContentLoading={hasContentLoading}
items={templates}
itemCount={itemCount}