mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 20:49:24 -02:30
Merge pull request #12026 from AlexSCorey/11396-ofWordTranslation
Fixes pagination translation failure
This commit is contained in:
@@ -129,9 +129,6 @@ function PaginatedTable({
|
|||||||
onSetPage={handleSetPage}
|
onSetPage={handleSetPage}
|
||||||
onPerPageSelect={handleSetPageSize}
|
onPerPageSelect={handleSetPageSize}
|
||||||
ouiaId="top-pagination"
|
ouiaId="top-pagination"
|
||||||
titles={{
|
|
||||||
paginationTitle: t`Top Pagination`,
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user