Skip to content

Commit

Permalink
Update superset-frontend/src/dashboard/components/RefreshIntervalModa…
Browse files Browse the repository at this point in the history
…l.tsx
  • Loading branch information
michael-s-molina committed Oct 26, 2022
1 parent 8989f62 commit 5eda9c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type RefreshIntervalModalProps = {
editMode: boolean;
refreshLimit?: number;
refreshWarning: string | null;
refreshIntervalOptions: [[number, string]];
refreshIntervalOptions: [number, string][];
};

type RefreshIntervalModalState = {
Expand Down

0 comments on commit 5eda9c5

Please sign in to comment.