fix: allow experimental editors if component is installed regardless of feature state

This commit is contained in:
Mo
2022-03-10 09:45:46 -06:00
parent be6a9fdb34
commit 8db127b798
6 changed files with 44 additions and 65 deletions

View File

@@ -171,7 +171,7 @@ export const AttachedFilesPopover: FunctionComponent<Props> = observer(
{currentTab === PopoverTabs.AttachedFiles ? 'Attach' : 'Upload'}{' '}
files
</Button>
<div className="text-xs color-grey-0 mt-2">
<div className="text-xs color-grey-0 mt-3">
Or drop your files here
</div>
</div>