Skip to content

Commit

Permalink
Rebase on datatables
Browse files Browse the repository at this point in the history
  • Loading branch information
aHenryJard committed Sep 9, 2024
1 parent e8e91e1 commit 457b0fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ const MalwareAnalyses: FunctionComponent = () => {
<Breadcrumbs variant="list" elements={[{ label: t_i18n('Analyses') }, { label: t_i18n('Malware analyses'), current: true }]} />
{queryRef && (
<DataTable
data-testid='malware-analyses-page'
dataColumns={dataColumns}
resolvePath={(data: MalwareAnalysesLines_data$data) => data.malwareAnalyses?.edges?.map((n) => n?.node)}
storageKey={LOCAL_STORAGE_KEY}
Expand Down

0 comments on commit 457b0fc

Please sign in to comment.