fix: change null to undefined.

This commit is contained in:
niubility000 2024-03-23 17:21:06 +08:00 committed by GitHub
parent f75e4a275e
commit e7d687f3c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 />