Skip to content

Commit

Permalink
fix(database-modal): 'CTAS & CVAS SCHEMA' getting cut off (#21004)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Aug 16, 2022
1 parent 83dd851 commit 5c2a1f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { css, styled, SupersetTheme } from '@superset-ui/core';
import { JsonEditor } from 'src/components/AsyncAceEditor';
import Button from 'src/components/Button';

const CTAS_CVAS_SCHEMA_FORM_HEIGHT = 102;
const CTAS_CVAS_SCHEMA_FORM_HEIGHT = 108;
const EXPOSE_IN_SQLLAB_FORM_HEIGHT = CTAS_CVAS_SCHEMA_FORM_HEIGHT + 153;
const EXPOSE_ALL_FORM_HEIGHT = EXPOSE_IN_SQLLAB_FORM_HEIGHT + 102;

Expand Down

0 comments on commit 5c2a1f8

Please sign in to comment.