feat: check for files beta role (#986)

This commit is contained in:
Aman Harwara
2022-04-19 23:09:28 +05:30
committed by GitHub
parent 9f8c402e1a
commit 925504de32
3 changed files with 25 additions and 12 deletions

View File

@@ -989,7 +989,7 @@ export class NoteView extends PureComponent<Props, State> {
)}
</div>
</div>
{window.enabledUnfinishedFeatures && (
{this.appState.features.isFilesEnabled && (
<div className="mr-3">
<AttachedFilesButton
application={this.application}