Skip to content

Commit d076590

Browse files
committed
prettier
1 parent 5c7f61e commit d076590

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/openshift/actions/DeploymentLabelAction/DeploymentLabelActionModal.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -587,11 +587,7 @@ export const DeploymentLabelActionModal: React.FC<CryostatModalProps> = ({ kind,
587587
onClose={closeModal}
588588
onSave={handleFormSubmit}
589589
header={
590-
<WizardHeader
591-
title={t('DEPLOYMENT_ACTION_TITLE')}
592-
onClose={closeModal}
593-
closeButtonAriaLabel={t('CLOSE')}
594-
/>
590+
<WizardHeader title={t('DEPLOYMENT_ACTION_TITLE')} onClose={closeModal} closeButtonAriaLabel={t('CLOSE')} />
595591
}
596592
>
597593
<WizardStep

0 commit comments

Comments
 (0)