1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-19 15:11:29 +00:00

Fix link element not working

This commit is contained in:
Jérémie Pardou 2023-12-08 14:15:07 +00:00
parent 5fd9fd50a8
commit e9b0bec73a
7 changed files with 30 additions and 20 deletions
web-frontend/modules/builder/components/elements

View file

@ -1,6 +1,6 @@
<template>
<a class="element-preview__insert" @click="$emit('click')">
<i class="iconoir-plus"></i>
<i class="baserow-icon-plus"></i>
</a>
</template>