mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
test(frontend): use absolute path for src imports (#9761)
* test(frontend): use absolute path for src imports * Upgrade prettier, fix eslint
This commit is contained in:
@@ -252,8 +252,9 @@ class SqlEditor extends React.PureComponent {
|
||||
};
|
||||
elementStyle(dimension, elementSize, gutterSize) {
|
||||
return {
|
||||
[dimension]: `calc(${elementSize}% - ${gutterSize +
|
||||
SQL_EDITOR_GUTTER_MARGIN}px)`,
|
||||
[dimension]: `calc(${elementSize}% - ${
|
||||
gutterSize + SQL_EDITOR_GUTTER_MARGIN
|
||||
}px)`,
|
||||
};
|
||||
}
|
||||
requestValidation() {
|
||||
|
||||
Reference in New Issue
Block a user