Skip to content

Commit c11fc3d

Browse files
committed
add psa test option
1 parent 8eae33a commit c11fc3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pages/cipp/settings/notifications.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ const Page = () => {
171171
name: "sendWebhookNow",
172172
label: "Send Webhook Now",
173173
},
174+
{
175+
type: "switch",
176+
name: "sendPsaNow",
177+
label: "Send to PSA Now",
178+
},
174179
]}
175180
api={{
176181
confirmText:

0 commit comments

Comments
 (0)