Skip to content

Commit

Permalink
Merge pull request #1577 from merico-dev/1576-cant-select-column-in-v…
Browse files Browse the repository at this point in the history
…iz-tables-interaction-trigger-editor

1576 cant select column in viz tables interaction trigger editor
  • Loading branch information
GerilLeto authored Nov 19, 2024
2 parents cf83109 + c3613ea commit acdf6ba
Show file tree
Hide file tree
Showing 6 changed files with 9 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.44.0",
"version": "13.44.1",
"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.44.0",
"version": "13.44.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ export function ClickCellContentSettings(props: ITriggerConfigProps) {
label={t('viz.table.click_cell.choose_a_column')}
value={column.toString()}
onChange={handleFieldChange}
comboboxProps={{
zIndex: 340,
}}
maxDropdownHeight={500}
/>
);
}
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.44.0",
"version": "13.44.1",
"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.44.0",
"version": "13.44.1",
"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.44.0",
"version": "13.44.1",
"scripts": {
"dev": "vite",
"preview": "vite preview"
Expand Down

0 comments on commit acdf6ba

Please sign in to comment.