We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce813c5 commit fa2d3c3Copy full SHA for fa2d3c3
1 file changed
config-ui/src/plugins/register/rootly/config.tsx
@@ -26,6 +26,7 @@ export const RootlyConfig: IPluginConfig = {
26
name: 'Rootly',
27
icon: ({ color }) => <Icon fill={color} />,
28
sort: 16,
29
+ isBeta: true,
30
connection: {
31
docLink: DOC_URL.PLUGIN.ROOTLY.BASIS,
32
initialValues: {
0 commit comments