Skip to content

Commit

Permalink
fix: minor files related fixes (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored May 7, 2022
1 parent cc2b223 commit 8ca9e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const AttachedFilesPopover: FunctionComponent<Props> = observer(
<div className="relative">
<input
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..."
value={searchQuery}
onInput={(e) => {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/UIModels/AppState/FeaturesState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class FeaturesState {
}

private isEntitledToFilesBeta(): boolean {
if (window.enabledUnfinishedFeatures) {
if (isDev && this.application.hasAccount()) {
return true
}

Expand Down

0 comments on commit 8ca9e37

Please sign in to comment.