fix: (import-export) add spacing above exporter buttons (#5220)

Co-authored-by: tom <tom@radom.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
Tom 2025-08-08 10:10:09 +01:00 committed by GitHub
parent 1cc20a4841
commit c04faaaf27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,10 @@
<template>
<div class="flex flex-col">
<div
class="flex flex-col"
:class="{
'space-y-2': !hasTeamWriteAccess,
}"
>
<div class="flex flex-col space-y-2">
<HoppSmartItem
v-for="importer in importers"