Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Fix to handle review events in the deployment page #213

Merged
merged 2 commits into from
Nov 8, 2021
Merged

Conversation

noahingh
Copy link
Member

@noahingh noahingh commented Nov 8, 2021

This PR updates the review when the client receives the review event.

@noahingh noahingh added the component: ui This issue or pull request is related to the feature of the UI-side label Nov 8, 2021
@noahingh noahingh added this to the v0.3 milestone Nov 8, 2021
@@ -50,7 +50,7 @@ export default function DeployConfirm(props: DeployConfirmProps): JSX.Element {
<Form.Item
{...layout}
label="Status"
style={(props.deployment.statuses && props.deployment.statuses.length > 0)? {marginBottom: 0} : {}}
style={(props.deployment.statuses && props.deployment.statuses.length > 0)? {marginBottom: 0} : {marginBottom: 12}}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes a look normal.

image

@noahingh noahingh merged commit 8031672 into main Nov 8, 2021
@noahingh noahingh deleted the fix-review-event branch November 8, 2021 13:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: ui This issue or pull request is related to the feature of the UI-side
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant