Skip to content

Fix: Move columns and rendered query to separate tabs in Editor inspector#1477

Merged
mykalmax merged 3 commits intomainfrom
fix-move-docs-and-query
Sep 26, 2023
Merged

Fix: Move columns and rendered query to separate tabs in Editor inspector#1477
mykalmax merged 3 commits intomainfrom
fix-move-docs-and-query

Conversation

@mykalmax
Copy link
Contributor

Screenshot 2023-09-25 at 2 48 45 PM
Screenshot 2023-09-25 at 2 48 49 PM

@mykalmax mykalmax requested a review from vchan September 25, 2023 22:58
Comment on lines +128 to +130
nodeId={model.name}
columns={model.columns}
disabled={model?.type === 'python'}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do nodeId and columns need optional chaining on model too?

Copy link
Contributor Author

@mykalmax mykalmax Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

model should be present so model?.type here does not need chaining

mykalmax and others added 2 commits September 25, 2023 16:33
@mykalmax mykalmax merged commit 85a9658 into main Sep 26, 2023
@mykalmax mykalmax deleted the fix-move-docs-and-query branch September 26, 2023 01:03
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.

2 participants