Skip to content

Commit

Permalink
UIBULKED-316: add additional action
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Oct 31, 2023
1 parent 8ea7944 commit f67a0b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ export const getExtraActions = (option, action, formattedMessage) => {
case `${OPTIONS.ADMINISTRATIVE_NOTE}-${ACTIONS.FIND}`:
case `${OPTIONS.CHECK_IN_NOTE}-${ACTIONS.FIND}`:
case `${OPTIONS.CHECK_OUT_NOTE}-${ACTIONS.FIND}`:
case `${OPTIONS.HOLDINGS_NOTE}-${ACTIONS.FIND}`:
return [{
actionsList: noteAdditionalActions(formattedMessage),
controlType: () => CONTROL_TYPES.TEXTAREA,
Expand Down

0 comments on commit f67a0b9

Please sign in to comment.