Skip to content

Commit

Permalink
Merge pull request #85 from REAN-Foundation/user_role_fixes
Browse files Browse the repository at this point in the history
Fixed user role multiple click issue
  • Loading branch information
dattatraya-inflection authored Oct 16, 2024
2 parents 40fae65 + d902994 commit 941874b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/users/[userId]/user-roles/create/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
</tbody>
</table>
<div class="flex gap-2 p-2 justify-end">
<button type="submit" class="btn variant-filled-secondary">Submit</button>
<button type="submit" class="btn variant-filled-secondary" disabled={isSubmitting}>
{isSubmitting ? 'Submitting...' : 'Submit'}
</button>
</div>
</form>

0 comments on commit 941874b

Please sign in to comment.