Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jun 9, 2021
1 parent 5c91347 commit 92ae9aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion superset-frontend/src/common/components/index.tsx
Expand Up @@ -24,7 +24,6 @@ import {
Input as AntdInput,
InputNumber as AntdInputNumber,
Skeleton,
Upload,
} from 'antd';
import { DropDownProps } from 'antd/lib/dropdown';
/*
Expand Down
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Button/index.tsx
Expand Up @@ -62,7 +62,7 @@ export interface ButtonProps {
href?: string;
htmlType?: 'button' | 'submit' | 'reset';
cta?: boolean;
loading?: boolean;
loading?: boolean | { delay: number };
}

export default function Button(props: ButtonProps) {
Expand Down

0 comments on commit 92ae9aa

Please sign in to comment.