Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config editor: Fix workspace loading in new form styling and prepare 1.10.0 #258

Merged
merged 3 commits into from Nov 28, 2023

Conversation

idastambuk
Copy link
Contributor

What this PR does / why we need it:

In the old form styling, the Workspaces Select input was set to be disabled if there were no workspaces. This doesn't seem to do anything, since the default state is [] but the user is still able to click on it. This is ok, since the fetchWorkspaces function is only called on opening the dropdown.
However, in the new form styling the disabled attribute is applied, so the user is unable to fetch workspaces for a new Twinmaker datasource. Probably should have caught this earlier, but better late than never I guess 馃様

I removed the disabled attribute, since the flow works perfectly fine without it (i.e. the same as in the old form styling).

ezgif-2-1bfa1cad82

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

@idastambuk idastambuk changed the title Config editor: Fix workspace loading in new form styling Config editor: Fix workspace loading in new form styling and prepare 1.10.0 Nov 28, 2023
@idastambuk idastambuk merged commit caed9ba into main Nov 28, 2023
4 checks passed
@idastambuk idastambuk deleted the fix/workspace-loading branch November 28, 2023 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants