mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fix a bug with info box appearing unnecessarily
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<h2 id="jobs-title">Jobs</h2>
|
||||
<b-alert v-if="this.message !== ''" :variant="galaxyKwdToBootstrap(status)" show>
|
||||
<b-alert v-if="this.message" :variant="galaxyKwdToBootstrap(status)" show>
|
||||
{{ message }}
|
||||
</b-alert>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user