Fixing generic list page use of masthead

The routes were erroneously being wrapped in an object.
This commit is contained in:
Cody Jackson 2020-05-19 17:15:39 -07:00
parent 62d43a285b
commit 875310197f
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ export default {
:type-display="typeDisplay"
:is-yaml-creatable="schema && isCreatable"
:is-creatable="hasEditComponent && isCreatable"
:yaml-create-location="{path: yamlRoute}"
:create-location="{path: formRoute}"
:yaml-create-location="yamlRoute"
:create-location="formRoute"
/>
<div v-if="hasListComponent">