Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update superset-frontend/src/dashboard/components/RefreshIntervalModa…
Browse files Browse the repository at this point in the history
…l.tsx
michael-s-molina authored 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
@@ -44,7 +44,7 @@ type RefreshIntervalModalProps = {
editMode: boolean;
refreshLimit?: number;
refreshWarning: string | null;
refreshIntervalOptions: [[number, string]];
refreshIntervalOptions: [number, string][];
};

type RefreshIntervalModalState = {

0 comments on commit 5eda9c5

Please sign in to comment.