Skip to content

Commit

Permalink
test default open accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
poroshinaleksei committed Jan 15, 2025
1 parent a58d9e3 commit 158063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/søknader/pleiepenger/containers/PSBPunchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ export class PunchFormComponent extends React.Component<IPunchFormProps, IPunchF
</Accordion.Item>

<Accordion.Item
open={this.checkOpenState(PunchFormPaneler.FERIE)}
// open={this.checkOpenState(PunchFormPaneler.FERIE)}
// defaultOpen={this.checkOpenState(PunchFormPaneler.FERIE)}
defaultOpen={!!soknad.lovbestemtFerie.length}
onOpenChange={() => this.handlePanelClick(PunchFormPaneler.FERIE)}
Expand Down

0 comments on commit 158063f

Please sign in to comment.