Skip to content

Commit

Permalink
fix(dataset): model sql editor
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Dec 1, 2021
1 parent 2f2e8fe commit fb2a490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions superset-frontend/src/CRUD/Field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ export default function Field<V>({
fieldKey,
value,
label,
description,
description = null,
control,
onChange,
compact,
onChange = () => {},
compact = false,
inline,
}: FieldProps<V>) {
const onControlChange = useCallback(
Expand Down

0 comments on commit fb2a490

Please sign in to comment.