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