fix: minor files related fixes (#1016)
This commit is contained in:
@@ -101,7 +101,7 @@ export const AttachedFilesPopover: FunctionComponent<Props> = observer(
|
|||||||
<div className="relative">
|
<div className="relative">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="w-full rounded py-1.5 px-3 text-input bg-default border-solid border-1 border-main"
|
className="color-text w-full rounded py-1.5 px-3 text-input bg-default border-solid border-1 border-main"
|
||||||
placeholder="Search files..."
|
placeholder="Search files..."
|
||||||
value={searchQuery}
|
value={searchQuery}
|
||||||
onInput={(e) => {
|
onInput={(e) => {
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ export class FeaturesState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private isEntitledToFilesBeta(): boolean {
|
private isEntitledToFilesBeta(): boolean {
|
||||||
if (window.enabledUnfinishedFeatures) {
|
if (isDev && this.application.hasAccount()) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user