1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Correction UiTab

This commit is contained in:
Paul Rosset
2017-12-01 19:03:04 +00:00
parent c86e451198
commit d1e5781c24
4 changed files with 13 additions and 17 deletions

View File

@@ -79,9 +79,9 @@ class HotkeyTab extends React.Component {
this.props.haveToSave(null)
} else {
this.props.haveToSave({
tab: "Hotkey",
type: 'warning',
message: 'You have to save!'
tab: 'Hotkey',
type: 'warning',
message: 'You have to save!'
})
}
}