1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

Fix create automation modal

This commit is contained in:
Andrew Kingston 2020-10-07 11:38:05 +01:00
parent 51f67ae99b
commit 4220da27ef

View file

@ -36,14 +36,14 @@
onConfirm={createAutomation}
disabled={!valid}>
<Input bind:value={name} label="Name" />
<slot name="footer">
<div slot="footer">
<a
target="_blank"
href="https://docs.budibase.com/automate/introduction-to-automate">
<i class="ri-information-line" />
<span>Learn about automations</span>
</a>
</slot>
</div>
</Modal>
<style>