mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 14:59:36 +02:00
chore: Update Navbar component with search form
This commit is contained in:
parent
c6633a17cb
commit
f44a6a2dfd
5 changed files with 53 additions and 45 deletions
|
@ -27,7 +27,8 @@
|
|||
user_id: NaN,
|
||||
latitude: null,
|
||||
longitude: null,
|
||||
is_public: false
|
||||
is_public: false,
|
||||
collection: null
|
||||
};
|
||||
|
||||
let image: File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue