Skip to content

Commit

Permalink
Delete accidentally committed testing error (#10514)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhalil-akamai authored May 24, 2024
1 parent 6524907 commit 5bf015e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/manager/src/features/Images/ImagesDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const ImagesDrawer = (props: CombinedProps) => {
}

updateImage({ description: safeDescription, imageId, label, tags })
.then(() => Promise.reject([{ reason: 'Unable to edit Image' }]))
.then(onClose)
.catch((errorResponse: APIError[]) => {
setErrors(
Expand Down

0 comments on commit 5bf015e

Please sign in to comment.