Removed unnecessary column definition.

This commit is contained in:
neviyn 2018-10-10 10:28:01 +01:00
parent 586fa70104
commit 919ce9c07a

View File

@ -70,10 +70,8 @@
<b-container v-else>
<b-row>
<b-col>
<b-col v-else>
<v-icon name="search"></v-icon>
<p>No data found with the given search parameters.</p>
</b-col>
<v-icon name="search"></v-icon>
<p>No data found with the given search parameters.</p>
</b-col>
</b-row>
</b-container>