mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
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