Web: Files: SelectFolderDialog: Added missing prop.

This commit is contained in:
Tatiana Lopaeva 2022-02-08 10:32:51 +03:00
parent d2dfac2ed3
commit aac83608a2

View File

@ -85,6 +85,7 @@ class SelectFolderModalDialog extends React.Component {
canCreate, canCreate,
showButtons, showButtons,
selectionButtonPrimary, selectionButtonPrimary,
isReset,
} = this.props; } = this.props;
if ( if (
@ -385,7 +386,7 @@ class SelectFolderModalDialog extends React.Component {
showButtons, showButtons,
onSetFullPath, onSetFullPath,
selectionButtonPrimary, selectionButtonPrimary,
onSetLoadingData, onSetLoadingData,
onSetLoadingInput, onSetLoadingInput,
} = this.props; } = this.props;
const { folderId } = this.state; const { folderId } = this.state;