Merge pull request #12026 from AlexSCorey/11396-ofWordTranslation

Fixes pagination translation failure
This commit is contained in:
Sarah Akus 2022-04-13 11:43:05 -04:00 committed by GitHub
commit 49051c4aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,9 +129,6 @@ function PaginatedTable({
onSetPage={handleSetPage}
onPerPageSelect={handleSetPageSize}
ouiaId="top-pagination"
titles={{
paginationTitle: t`Top Pagination`,
}}
/>
);