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 0ee2398 commit e36e403Copy full SHA for e36e403
netlify/functions/feedback-management.mts
@@ -51,6 +51,7 @@ const getSlackChannelId = (
51
case 'base-ui':
52
return BASE_UI_FEEBACKS_CHANNEL_ID;
53
case 'material-ui':
54
+ case 'system':
55
return MATERIAL_UI_FEEBACKS_CHANNEL_ID;
56
case 'joy-ui':
57
return JOY_FEEBACKS_CHANNEL_ID;
0 commit comments