mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Feat/test channel (#371)
* add: test btn * fix * fix --------- Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
This commit is contained in:
co-authored by
Théo LAGACHE
parent
3349bfaf3f
commit
1971ff69e3
@@ -0,0 +1 @@
|
||||
export * from "./discord";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./gotify";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./nextcloud";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./ntfy";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./pushover";
|
||||
+1
-1
@@ -4,7 +4,7 @@ import {Input} from "@/components/ui/input";
|
||||
import {Separator} from "@/components/ui/separator";
|
||||
import {PasswordInput} from "@/components/ui/password-input";
|
||||
import {Select, SelectContent, SelectItem, SelectTrigger, SelectValue} from "@/components/ui/select";
|
||||
import {PUSHOVER_PRIORITIES} from "@/features/channel/components/notifications/pushover.schema";
|
||||
import {PUSHOVER_PRIORITIES} from "@/features/channel/components/notifications/pushover/pushover.schema";
|
||||
|
||||
type NotifierPushoverFormProps = {
|
||||
form: UseFormReturn<any, any, any>;
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./slack";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./smtp";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./teams";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./telegram";
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./webhook";
|
||||
Reference in New Issue
Block a user