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:
parent
1cc20a4841
commit
c04faaaf27
1 changed files with 6 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue