Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Nov 27, 2023
1 parent 3c66bc9 commit 057946d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 1.10.0

- Add ramda 0.27.2 to resolutions [#256](https://github.com/grafana/grafana-iot-twinmaker-app/pull/256)
- Config editor: Fix workspace loading in new form styling in [#258](https://github.com/grafana/grafana-iot-twinmaker-app/pull/258)
- Add ramda 0.27.2 to resolutions in [#256](https://github.com/grafana/grafana-iot-twinmaker-app/pull/256)
- Query editor: Migrate to new form styling under feature toggle in [#249](https://github.com/grafana/grafana-iot-twinmaker-app/pull/249)
- Config editor: Migrate to new form styling under feature toggle in [#244](https://github.com/grafana/grafana-iot-twinmaker-app/pull/244)

Expand Down
6 changes: 1 addition & 5 deletions src/datasource/components/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ export function ConfigEditor(props: Props) {
<>
<Divider />
<ConfigSection title="Twinmaker Settings" data-testid="twinmaker-settings">
<Field
label="Workspace"
invalid={!!workspacesError}
error={workspacesError}
>
<Field label="Workspace" invalid={!!workspacesError} error={workspacesError}>
<Select
menuPlacement="top"
menuShouldPortal={true}
Expand Down

0 comments on commit 057946d

Please sign in to comment.