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:
parent
5fd9fd50a8
commit
e9b0bec73a
7 changed files with 30 additions and 20 deletions
web-frontend/modules/builder/components/elements
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue