Skip to content

Commit

Permalink
Fix compile and lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jan 14, 2025
1 parent f0bc6a7 commit 205c2da
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
import Button from '$lib/forms/Button.svelte';
import { DialogResponse, FormModal, type FormSubmitReturn } from '$lib/components/modals';
import { TextArea, isEmail } from '$lib/forms';
import { OrgRole, type BulkAddOrgMembersResult } from '$lib/gql/types';
Expand Down Expand Up @@ -46,7 +45,7 @@
}
}
async function openModal(): Promise<void> {
export async function open(): Promise<void> {
currentStep = BulkAddSteps.Add;
const { response } = await formModal.open(undefined, async (state) => {
const usernames = state.usernamesText.currentValue
Expand Down

0 comments on commit 205c2da

Please sign in to comment.