fix: remove unused var
This commit is contained in:
parent
a4ec41e937
commit
c46273ca34
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<section class="content">
|
||||
<div>
|
||||
<h2 class="title" v-if="title">{{ title }}</h2>
|
||||
<api-config @foundApi="hasApiUrl = true"/>
|
||||
<api-config/>
|
||||
<Message v-if="motd !== ''" class="is-hidden-tablet mb-4">
|
||||
{{ motd }}
|
||||
</Message>
|
||||
|
|
Loading…
Reference in a new issue