-
Notifications
You must be signed in to change notification settings - Fork 405
Fe/feature/ri 5133 rdi config #2841
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
Fe/feature/ri 5133 rdi config #2841
Conversation
<MonacoEditor | ||
{...props} | ||
language="yaml" | ||
className="json-monaco-editor" |
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.
maybe it's better to rename to yaml-monaco-editor
isSelected={path === id} | ||
key={id} | ||
className={styles.tab} | ||
data-testid={`triggered-functions-tab-${id}`} |
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.
triggered-functions-tab
|
||
import styles from './styles.module.scss' | ||
|
||
const Content = () => { |
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.
why it is called Content?
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.
My bad, thank you
|
||
} | ||
|
||
const Content = () => ( |
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.
let's rename here too
No description provided.