Skip to content

Commit 5f36f26

Browse files
FIX (notifiers): Update teams docs
1 parent 76d67d6 commit 5f36f26

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

frontend/src/features/notifiers/ui/edit/notifiers/EditTeamsNotifierComponent.tsx

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ export function EditTeamsNotifierComponent({ notifier, setNotifier, setIsUnsaved
2727

2828
return (
2929
<>
30+
<div className="mb-1 ml-[130px] max-w-[200px]" style={{ lineHeight: 1 }}>
31+
<a
32+
className="text-xs !text-blue-600"
33+
href="https://postgresus.com/notifier-teams"
34+
target="_blank"
35+
rel="noreferrer"
36+
>
37+
How to connect Microsoft Teams?
38+
</a>
39+
</div>
40+
3041
<div className="flex items-center">
3142
<div className="w-[130px] min-w-[130px]">Power Automate URL</div>
3243

@@ -47,12 +58,6 @@ export function EditTeamsNotifierComponent({ notifier, setNotifier, setIsUnsaved
4758
<InfoCircleOutlined className="ml-2" style={{ color: 'gray' }} />
4859
</Tooltip>
4960
</div>
50-
51-
<div className="mb-1 ml-[130px] max-w-[420px] text-xs text-gray-500">
52-
1) In Power Automate create Flow with triggers <i>When an HTTP request is received</i>.
53-
<br />
54-
2) Press <i>Save</i> — you can see URL. Copy urk to this row.
55-
</div>
5661
</>
5762
);
5863
}

0 commit comments

Comments
 (0)