chore: Update Navbar component with search form

This commit is contained in:
Sean Morley
2024-07-20 08:39:32 -04:00
parent c6633a17cb
commit f44a6a2dfd
5 changed files with 53 additions and 45 deletions

View File

@@ -27,7 +27,8 @@
user_id: NaN,
latitude: null,
longitude: null,
is_public: false
is_public: false,
collection: null
};
let image: File;