Skip to content

Commit

Permalink
pkp/pkp-lib#10444 Add modalStyle when using RemoteActionConfirmationM…
Browse files Browse the repository at this point in the history
…odal modal
  • Loading branch information
blesildaramirez committed Oct 8, 2024
1 parent 596be90 commit d4ab432
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public function getCellActions($request, $row, $column, $position = GridHandler:
'activateSection',
null,
['sectionKey' => $row->getId()]
)
),
'primary'
)
)];
} else {
Expand All @@ -85,7 +86,8 @@ public function getCellActions($request, $row, $column, $position = GridHandler:
'deactivateSection',
null,
['sectionKey' => $row->getId()]
)
),
'negative'
)
)];
}
Expand Down

0 comments on commit d4ab432

Please sign in to comment.