Merge branch 'bugfix/storybook-fixes' of github.com:ONLYOFFICE/DocSpace into bugfix/storybook-fixes

This commit is contained in:
DmitrySychugov 2023-04-05 16:00:22 +05:00
commit 551bfb79ff

View File

@ -95,7 +95,7 @@ const AccessRightSelect = ({
};
AccessRightSelect.propTypes = {
/** Will be triggered whenever an AccessRightSelect is selected option */
/** Will be triggered when the AccessRightSelect is a selected option */
onSelect: PropTypes.func,
/** List of advanced options */
advancedOptions: PropTypes.oneOfType([PropTypes.array, PropTypes.object]),