Skip to content

Commit

Permalink
Merge pull request #1559 from merico-dev/1558-tree-dropdown-is-not-sh…
Browse files Browse the repository at this point in the history
…owing

1558 tree dropdown is not showing
  • Loading branch information
GerilLeto authored Oct 14, 2024
2 parents 9067abe + 466bad7 commit a8601f2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/api",
"version": "13.42.11",
"version": "13.42.12",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/dashboard",
"version": "13.42.11",
"version": "13.42.12",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default createStyles((theme, { radius = 4 }: TreeSelectWidgetStylesParams
fontSize: theme.fontSizes.xs,
zIndex: 300,
paddingTop: '6px',
position: 'relative',
'&.rc-tree-select-dropdown-slide-up-leave-active': {
display: 'none',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default createStyles((theme, { radius = 4 }: TreeSelectWidgetStylesParams
fontSize: theme.fontSizes.xs,
zIndex: 300,
paddingTop: '6px',
position: 'relative',
'&.rc-tree-select-dropdown-slide-up-leave-active': {
display: 'none',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/root",
"version": "13.42.11",
"version": "13.42.12",
"private": true,
"workspaces": [
"api",
Expand Down
2 changes: 1 addition & 1 deletion settings-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/settings-form",
"version": "13.42.11",
"version": "13.42.12",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@devtable/website",
"private": true,
"license": "Apache-2.0",
"version": "13.42.11",
"version": "13.42.12",
"scripts": {
"dev": "vite",
"preview": "vite preview"
Expand Down

0 comments on commit a8601f2

Please sign in to comment.