Skip to content

Commit

Permalink
Move Copy URL back to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankeairns committed Jan 2, 2024
1 parent fb5f41e commit 8d629c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ export const ReportingModalContentUI: FC<Props> = (props: Props) => {
</EuiFlexGroup>
<EuiSpacer size="m" />
{renderOptions()}
{renderCopyURLButton({ isUnsaved: !isSaved, exceedsMaxLength })}
</EuiForm>
</EuiModalBody>
<EuiModalFooter>
{renderCopyURLButton({ isUnsaved: !isSaved, exceedsMaxLength })}
<EuiButtonEmpty onClick={onClose}>
<FormattedMessage id="xpack.reporting.doneButton" defaultMessage="Done" />
</EuiButtonEmpty>
Expand Down

0 comments on commit 8d629c9

Please sign in to comment.