Skip to content

Commit

Permalink
closes and fixes a typo in #849-give-more-useful-error-message-when-s…
Browse files Browse the repository at this point in the history
…c-file-format-is-incorrect
  • Loading branch information
pranav-gupta1 committed Jun 30, 2023
1 parent fbe8e08 commit 7435548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ really want to exit without saving.'''
DropdownDivider({'key': 'divider-save'}),
(MenuFormFile()
..id = 'import-cadnano-form-file'
..accept = .sc
..accept = '.sc'
..onChange = ((e) => request_load_file_from_file_chooser(e.target, cadnano_file_loaded))
..display = 'Import cadnano v2'
..key = 'import-cadnano')(),
Expand Down

0 comments on commit 7435548

Please sign in to comment.