mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-23 23:59:32 -04:00
Update proto-files-modal.js
This commit is contained in:
@@ -109,7 +109,7 @@ class ProtoFilesModal extends React.PureComponent<Props, State> {
|
||||
// Select file
|
||||
const { filePath, canceled } = await selectFileOrFolder({
|
||||
itemTypes: ['file'],
|
||||
extensions: ['.proto'],
|
||||
extensions: ['proto'],
|
||||
});
|
||||
|
||||
// Exit if no file selected
|
||||
|
||||
Reference in New Issue
Block a user