1
0
Fork 0
mirror of synced 2024-07-06 23:10:57 +12:00

Fixing lint issues.

This commit is contained in:
mike12345567 2021-12-16 11:44:17 +00:00
parent a9437302b7
commit fab94f5a3a
2 changed files with 2 additions and 3 deletions

View file

@ -121,7 +121,7 @@
{/if}
{#if menuItems?.length > 0 && showMenu}
<ActionMenu>
<div slot="control" class="icon">
<div slot="control" class="control icon">
<Icon size="S" hoverable name="MoreSmallList" />
</div>
{#each menuItems as item}

View file

@ -1,11 +1,10 @@
<script>
import { Input, ModalContent, Modal } from "@budibase/bbui"
export let datasource
export let dynamicVariables
export let binding
let name, modal
let name, modal, valid
export const show = () => {
modal.show()