mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
fix mongodb upload alert visibility (#12545)
#### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
>
|
||||
<template #content>
|
||||
<div v-loading="loading">
|
||||
<div>
|
||||
<div v-if="type !== 'mongodb'">
|
||||
<el-alert :closable="false" type="warning">
|
||||
<template #default>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user