-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use resolved_middleware for overrides #6875
Conversation
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -192,7 +192,7 @@ const FilePreviewDialog = (props: FilePreviewProps) => { | |||
/> | |||
) : ( | |||
<iframe | |||
sandbox | |||
sandbox="" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(property) IframeHTMLAttributes<HTMLIFrameElement>.sandbox?: string | undefined
Passing run #1735 ↗︎
Details:
Review all test suite changes for PR #6875 ↗︎ |
LGTM |
@Ashesh3 We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
Proposed Changes
resolved_middleware
for Middleware Management and Uptime Checks #6803This pull request refactors the usage of the middleware hostname in the CameraFeed components. It removes the fallbackMiddleware prop and replaces it with the resolved_middleware.hostname property from the asset object. This improves the code readability and simplifies the logic.
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
HOW
copilot:walkthrough