Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Jul 25, 2021
1 parent 9f366c9 commit 7ea699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/dashboard/components/Header/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export interface HeaderDropdownProps {
onSave: () => void;
refreshFrequency: number;
setRefreshFrequency: () => void;
onRefresh: () => void;
shouldPersistRefreshFrequency: boolean;
showPropertiesModal: () => void;
startPeriodicRender: () => void;
Expand Down Expand Up @@ -88,6 +87,7 @@ export interface HeaderProps {
lastModifiedTime: number;
onUndo: () => void;
onRedo: () => void;
onRefresh: () => void;
undoLength: number;
redoLength: number;
setMaxUndoHistoryExceeded: () => void;
Expand Down

0 comments on commit 7ea699d

Please sign in to comment.