Skip to content

Commit

Permalink
fixed some styling
Browse files Browse the repository at this point in the history
  • Loading branch information
saghatelian committed Jan 6, 2025
1 parent fb372e7 commit 24f466e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-10web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# create you own docker environment file (docker/.env) with your own
# unique random secure passwords and SECRET_KEY.
# -----------------------------------------------------------------------
x-superset-image: &superset-image dc.10web.io:5050/reporting/superset:4.1.1.0
x-superset-image: &superset-image dc.10web.io:5050/reporting/superset:4.1.1.1
# x-superset-image: &superset-image apachesuperset.docker.scarf.sh/apache/superset:${TAG:-latest-dev}
x-superset-depends-on: &superset-depends-on
- db
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,10 @@ const VerticalFilterBar: FC<VerticalBarProps> = ({
iconSize="l"
/>
</CollapsedBar>
<Bar className={cx('TW-VerticalFilterBar', { open: filtersOpen })} width={width}>
<Bar

Check failure on line 224 in superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Vertical.tsx

View workflow job for this annotation

GitHub Actions / frontend-build

Delete `·`
className={cx('TW-VerticalFilterBar', { open: filtersOpen })}
width={width}
>
<Header toggleFiltersBar={toggleFiltersBar} />
{!isInitialized ? (
<div css={{ height }}>
Expand Down

0 comments on commit 24f466e

Please sign in to comment.