Deploy again
This commit is contained in:
parent
ffe080adef
commit
787428f1a5
18 changed files with 717 additions and 223 deletions
|
|
@ -302,7 +302,7 @@ export default function App() {
|
|||
searchesLoading={savedSearches.loading}
|
||||
onDeleteSearch={savedSearches.deleteSearch}
|
||||
onOpenSearch={(params) => {
|
||||
window.location.href = `/?${params}`;
|
||||
window.location.href = `/dashboard?${params}`;
|
||||
}}
|
||||
/>
|
||||
) : activePage === 'invite' && inviteCode ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue