fix: change null to undefined.
This commit is contained in:
parent
f75e4a275e
commit
e7d687f3c4
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<header-bar v-if="error || req.type == null" showMenu showLogo />
|
<header-bar v-if="error || req.type == undefined" showMenu showLogo />
|
||||||
|
|
||||||
<breadcrumbs base="/files" />
|
<breadcrumbs base="/files" />
|
||||||
<listing />
|
<listing />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user