We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad19cc commit 6586ebbCopy full SHA for 6586ebb
src/components/feedback-form/feedback-form.tsx
@@ -449,7 +449,8 @@ export class FeedbackForm {
449
<fluid-file-upload
450
uploadControlConfig="uploadControlConfig"
451
fileListUpdated="fileListUpdated($event)"
452
- uploadClicked="uploadClicked($event)">
+ uploadClicked="uploadClicked($event)"
453
+ showFileList="false">
454
</fluid-file-upload>
455
<button onClick={() => this.getContentFromEditor()}>Submit</button>
456
<button onClick={() => this.setContentInEditor('')}>Clear Content</button>
0 commit comments