Skip to content

Commit

Permalink
nih tag access
Browse files Browse the repository at this point in the history
  • Loading branch information
trevlenb2 committed Jun 3, 2024
1 parent 3f16d01 commit c65e6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const MetaFileImport = () => {
sortHandler={sortHandler}
setMetadataList={setMetadataImportList}
/>
{!metadataImportPaged !== null && metadataImportPaged?.empty ? (
{!metadataImportPaged.empty ? (
<Paginator
page={metadataImportPaged.pageable.pageNumber}
size={metadataImportPaged.size}
Expand Down

0 comments on commit c65e6e9

Please sign in to comment.