Skip to content

Commit

Permalink
Lås godkjenningsknapp når enhet ikke er hentet
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Aug 15, 2024
1 parent e579cb2 commit b735971
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const BeslutterTilskuddsPerioder: FunctionComponent<Props> = (props) => {
{periode.status === 'UBEHANDLET' && (
<>
<Button
disabled={!enhet}
onClick={() => {
if (enhet) {
setGodkjennModalÅpen(true);
Expand Down

0 comments on commit b735971

Please sign in to comment.