mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
choose dictionary value editor
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<script lang="ts">
|
||||
import FontIcon from '../icons/FontIcon.svelte';
|
||||
|
||||
export let icon = 'icon form';
|
||||
</script>
|
||||
|
||||
<div on:click|stopPropagation>
|
||||
<FontIcon icon="icon form" />
|
||||
<div on:click|stopPropagation class='showFormButtonMarker'>
|
||||
<FontIcon {icon} />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user