Skip to content

Commit fa2d3c3

Browse files
committed
chore: add isBeta flag to rootly plugin
1 parent ce813c5 commit fa2d3c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config-ui/src/plugins/register/rootly/config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const RootlyConfig: IPluginConfig = {
2626
name: 'Rootly',
2727
icon: ({ color }) => <Icon fill={color} />,
2828
sort: 16,
29+
isBeta: true,
2930
connection: {
3031
docLink: DOC_URL.PLUGIN.ROOTLY.BASIS,
3132
initialValues: {

0 commit comments

Comments
 (0)