Skip to content

Commit

Permalink
fix some indenting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 19, 2024
1 parent ad6e384 commit e313001
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
}
</script>

<Button variant="btn-success" on:click={openModal}>
{$t('org_page.bulk_add_members.add_button')}
<span class="i-mdi-account-multiple-plus-outline text-2xl" />
</Button>
<Button variant="btn-success" on:click={openModal}>
{$t('org_page.bulk_add_members.add_button')}
<span class="i-mdi-account-multiple-plus-outline text-2xl" />
</Button>

<FormModal bind:this={formModal} {schema} let:errors>
<FormModal bind:this={formModal} {schema} let:errors>
<span slot="title">
{$t('org_page.bulk_add_members.modal_title')}
<SupHelp helpLink={helpLinks.bulkAddCreate} />
Expand Down

0 comments on commit e313001

Please sign in to comment.