1
0
Fork 0
mirror of synced 2024-07-01 12:30: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} onConfirm={createAutomation}
disabled={!valid}> disabled={!valid}>
<Input bind:value={name} label="Name" /> <Input bind:value={name} label="Name" />
<slot name="footer"> <div slot="footer">
<a <a
target="_blank" target="_blank"
href="https://docs.budibase.com/automate/introduction-to-automate"> href="https://docs.budibase.com/automate/introduction-to-automate">
<i class="ri-information-line" /> <i class="ri-information-line" />
<span>Learn about automations</span> <span>Learn about automations</span>
</a> </a>
</slot> </div>
</Modal> </Modal>
<style> <style>