Skip to content

Commit 83fc39b

Browse files
authored
fix: remove space from PagerDuty in notebook alert cells (#3335)
1 parent 1f66cfc commit 83fc39b

File tree

1 file changed

+1
-1
lines changed
  • src/flows/pipes/Notification/endpoints/PagerDuty

1 file changed

+1
-1
lines changed

src/flows/pipes/Notification/endpoints/PagerDuty/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PagerDutyReadOnly from './readOnly'
55
export default register => {
66
register({
77
type: 'pagerduty',
8-
name: 'Pager Duty',
8+
name: 'PagerDuty',
99
data: {
1010
url: '',
1111
key: '',

0 commit comments

Comments
 (0)