The Wayback Machine - https://web.archive.org/web/20230115034344/https://github.com/ToolJet/ToolJet/pull/5228
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

style fixes: editor header #5228

Merged
merged 7 commits into from Jan 9, 2023
Merged

style fixes: editor header #5228

merged 7 commits into from Jan 9, 2023

Conversation

arpitnath
Copy link
Collaborator

No description provided.

@arpitnath arpitnath requested review from gondar00 and vjaris42 Jan 6, 2023
@arpitnath arpitnath marked this pull request as ready for review Jan 6, 2023
vjaris42
vjaris42 previously approved these changes Jan 6, 2023
saveError={this.state.saveError}
isVersionReleased={this.isVersionReleased}
onNameChanged={this.onNameChanged}
currentAppEnvironmentId={this.state.currentAppEnvironmentId}
Copy link
Collaborator

Choose a reason for hiding this comment

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

currentAppEnvironmentId prop can be removed

globalSettingsChanged={this.globalSettingsChanged}
appDefinition={appDefinition}
toggleAppMaintenance={this.toggleAppMaintenance}
config={config}
Copy link
Collaborator

@gondar00 gondar00 Jan 9, 2023

Choose a reason for hiding this comment

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

Can directly use import config from 'config'; inside <EditorHeader />?

<>
<img src={url} height={26} />
</>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<>
<img src={url} height={26} />
</>
<img src={url} height={26} />
@arpitnath arpitnath requested a review from gondar00 Jan 9, 2023
@gondar00 gondar00 merged commit e091e5c into v2-beta Jan 9, 2023
7 checks passed
@gondar00 gondar00 deleted the v2-editor-header branch Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants