Update webapp/components/generic/SearchGroup/SearchGroup.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Moriz Wahl 2022-10-23 00:53:22 +02:00 committed by GitHub
parent 6f4bde93f6
commit 19aa01f83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<template>
<section class="search-post">
<section class="search-group">
<p class="label">{{ option.groupName | truncate(70) }}</p>
<div class="metadata"></div>
</section>