fix: linting
Merged from master
This commit is contained in:
@@ -78,6 +78,7 @@ export default class DeepLinkErrorView extends Vue {
|
||||
}
|
||||
|
||||
// Deep link schema keys mapping
|
||||
// This is an object with the route as the key and the first param name as the value
|
||||
get deepLinkSchemaKeys() {
|
||||
return Object.fromEntries(
|
||||
Object.entries(deepLinkSchemas).map(([route, schema]) => {
|
||||
|
||||
Reference in New Issue
Block a user