Skip to content

Commit

Permalink
Merge branch 'main' into jmo-grant-assignment-email-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsmohan authored Mar 11, 2024
2 parents ec2b933 + 59f26d0 commit 786676a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/client/src/views/MyGrants.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<template>
<div class="grants-tabs">
<b-tabs align="left" style="margin-top: 1.5rem" lazy v-model="activeTab">
<b-tabs
align="left"
style="margin-top: 1.5rem"
lazy
v-model="activeTab"
:key="activeTab /* Force reload when tab changes to hacky fix a visual artifact, see: https://github.com/usdigitalresponse/usdr-gost/issues/2721 */"
>
<b-tab title="Interested">
<GrantsTable searchTitle="Interested" showInterested :showSearchControls="false"/>
</b-tab>
Expand Down

0 comments on commit 786676a

Please sign in to comment.