Skip to content

Commit

Permalink
Merge pull request #1572 from merico-dev/1571-cant-change-a-panels-vi…
Browse files Browse the repository at this point in the history
…z-type-save-buttons-unclickable

1571 cant change a panels viz type save buttons unclickable
  • Loading branch information
GerilLeto authored Nov 13, 2024
2 parents 696304c + f5d6706 commit b12ac91
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 168 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.43.11",
"version": "13.43.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.43.11",
"version": "13.43.12",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ export const SelectVizType = observer(({ value, submit }: ISelectVizType) => {
onChange={setType}
data={selectData}
rightSection={
<ActionIcon variant="filled" color="green" disabled={!changed} onClick={() => submit(type)}>
<ActionIcon
variant="filled"
color="green"
disabled={!changed}
onClick={() => submit(type)}
styles={{ root: { pointerEvents: 'all' } }}
>
<IconDeviceFloppy size={20} />
</ActionIcon>
}
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.43.11",
"version": "13.43.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.43.11",
"version": "13.43.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.43.11",
"version": "13.43.12",
"scripts": {
"dev": "vite",
"preview": "vite preview"
Expand Down

0 comments on commit b12ac91

Please sign in to comment.