Box UI Elements
AnsweredHi there.
Quick question around the UI Elements. Some of the props for ContentExplorer don't appear to work or I'm not setting them correctly. For example, canRename doesn't appear to change the functionality of the component. If I set it to false I can still rename the item. Is there another way that the prop should be passed in? I must be missing something.
<ContentExplorer
token={this.state.token}
language='en-US'
messages={messages}
logoUrl={this.state.logo}
canRename='false'
canSetShareAccess='false'
onSelect={this.handleChooseItems}
/>
Please sign in to leave a comment.
Comments
2 comments