-
Notifications
You must be signed in to change notification settings - Fork 43
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
chore: remove stale feature flags #1597
Conversation
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.
RIP
`c` with a reference to its parent `b`, which should have a reference to its parent `a` | ||
*/ | ||
|
||
const postOrderDFS = ( |
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.
RIP hard work
@@ -36,7 +33,7 @@ export class TelegrafConfig extends PureComponent<Props> { | |||
<Editor | |||
script={config} | |||
onChangeScript={onChangeConfig} | |||
readOnly={isFlagEnabled('editTelegrafs') === false} | |||
readOnly={false} |
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.
i think this should be true
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.
but true === false
will return false
title={`${titleVerb}Telegraf Configuration`} | ||
onDismiss={onClose} | ||
/> | ||
<Overlay.Header title="Edit Telegraf Configuration" onDismiss={onClose} /> |
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.
this should be Telegraf Configuration
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.
but it's set to true currently
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.
oh, nm
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.
i think you're supposed to flip those conditions
I don't think so |
|
Closes #1590