Skip to content

Commit

Permalink
Desktop: Fixes crash when changing note time from properties dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jan 6, 2023
1 parent 0bc55bf commit 6b9a270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-desktop/gui/NotePropertiesDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { _ } = require('@joplin/lib/locale');
const { themeStyle } = require('@joplin/lib/theme');
const time = require('@joplin/lib/time').default;
const DialogButtonRow = require('./DialogButtonRow').default;
const Datetime = require('react-datetime');
const Datetime = require('react-datetime').default;
const Note = require('@joplin/lib/models/Note').default;
const formatcoords = require('formatcoords');
const bridge = require('@electron/remote').require('./bridge').default;
Expand Down

0 comments on commit 6b9a270

Please sign in to comment.