-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Show warning for Alpha and Beta connectors #10319
Conversation
Sorry, I should have called it out in the issue, but from the comment https://www.figma.com/file/etaOkOsnXMoKwbfhCD71kw?node-id=30010:138107#144935197 we're looking at only having the inline warning, not the modal. |
airbyte-webapp/src/views/Connector/ServiceForm/components/WarningMessage.tsx
Outdated
Show resolved
Hide resolved
b8dd6dc
to
2d4ea01
Compare
2d4ea01
to
f3e9f2b
Compare
@@ -35,7 +35,7 @@ const AdditionMessage = styled.span` | |||
`; | |||
|
|||
const LabeledToggle: React.FC<IProps> = (props) => ( | |||
<ToggleContainer> | |||
<ToggleContainer className={props.className}> |
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.
❓ Is this a left over, or something that is fixing something?
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.
Some minor code quality requests, functionally everything looks fine.
What
Add warning message in Source/Destination form for

alpha
andbeta
connectorsCloses #9712