Skip to content

Commit

Permalink
First pass at autofill for airtable
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck committed Jul 22, 2024
1 parent d38331e commit 0ca8d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/app/Documents.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
>
{/if}
{#if $orgsAndUsers.loggedIn && !$orgsAndUsers.isVerified}
<a href="https://airtable.com/app93Yt5cwdVWTnqn/pagogIhgB1jZTzq00/form" target="_new">
<a href="https://airtable.com/app93Yt5cwdVWTnqn/pagogIhgB1jZTzq00/form?prefill_MR+User+Name={$orgsAndUsers.me.username}&prefill_MR+User+Account+URL=https://accounts.muckrock.com/users/{$orgsAndUsers.me.username}/&prefill_MR+Organization+Name={$orgsAndUsers.me.organization.slug}&prefill_MR+Organization+Account+URL=https://accounts.muckrock.com/organizations/{$orgsAndUsers.me.organization.slug}" target="_new">
<Button>{$_("noDocuments.requestVerificationAction")}</Button>
</a>
{/if}
Expand Down

0 comments on commit 0ca8d5b

Please sign in to comment.