Skip to content

Commit

Permalink
Update src-admin/src/App.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
GermanBluefox and Copilot authored Jan 7, 2025
1 parent b49563b commit 24085d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-admin/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ class App extends GenericApp<GenericAppProps, AppState> {
this.state.width === 'xs' || this.state.width === 'sm' || this.state.width === 'md'
}
changed={this.state.changed}
onSave={(isClose: boolean): Promise<void> => this.onSave(isClose)}
onSave={async (isClose: boolean): Promise<void> => await this.onSave(isClose)}
onClose={() => {
if (this.state.changed) {
this.setState({ confirmClose: true });
Expand Down

0 comments on commit 24085d8

Please sign in to comment.