move TagInput into dir, use button on desktop

This commit is contained in:
Eric Bailey
2023-10-13 14:38:48 -05:00
parent 85481ef897
commit a5f37eb37f
6 changed files with 456 additions and 315 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export class TagsAutocompleteModel {
isActive = false
query = ''
searchedTags: string[] = []
profileTags: string[] = []
profileTags: string[] = ['biology']
constructor(public rootStore: RootStoreModel) {
makeAutoObservable(