- search input on home view component
This commit is contained in:
parent
57ba2af299
commit
646f1b3843
8 changed files with 82 additions and 26 deletions
|
@ -22,9 +22,10 @@ const routes = [
|
|||
component: HelpViewComponent,
|
||||
},
|
||||
{
|
||||
path: "/search",
|
||||
path: "/search/:display?",
|
||||
name: "Search",
|
||||
component: SearchViewComponent,
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: "/dataset/:datasetId",
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue