Skip to content

Commit

Permalink
Clean dashboard code
Browse files Browse the repository at this point in the history
  • Loading branch information
Machi3mfl committed Apr 25, 2024
1 parent c0f18cb commit 836f073
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ export const DashboardMITRE: React.FC<DashboardThreatHuntingProps> = ({
useMargins: true,
id: 'mitre-dashboard-tab-filters',
timeRange: {
from: searchBarProps.dateRangeFrom,
to: searchBarProps.dateRangeTo,
from: dateRangeFrom,
to: dateRangeTo,
},
title: 'MITRE dashboard filters',
description: 'Dashboard of the MITRE filters',
query: searchBarProps.query,
query: query,
refreshConfig: {
pause: false,
value: 15,
Expand Down

0 comments on commit 836f073

Please sign in to comment.