Skip to content

Commit

Permalink
fix(TenantNavigation): fix radio button value (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov authored Jul 2, 2024
1 parent 75b0fa8 commit 7d85393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const TenantNavigation = () => {
onUpdate={handleUpdate}
size="l"
className={b('body')}
defaultValue={getCurrentItem().id}
value={getCurrentItem().id}
options={navigationItems.map(transformItemToOption)}
/>
</div>
Expand Down

0 comments on commit 7d85393

Please sign in to comment.