mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-30 11:41:05 -05:00
feat: Introduces Source to the Webhook Overview for automatically created webhooks (#724)
* feat: webhooks now have a source to diff between user and third party * fix: capitalise first letter of source and increase vertical padding in row * fix: update webhhok source type in prisma and cleanup services * combine two migrations into one * add actions file for webhook UI --------- Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
committed by
GitHub
parent
fa0d4ab83c
commit
05be97f43b
@@ -32,7 +32,7 @@ export default function ModalWithTabs({ open, setOpen, tabs, icon, label, descri
|
||||
<Modal open={open} setOpen={setOpen} noPadding>
|
||||
<div className="flex h-full flex-col rounded-lg">
|
||||
<div className="rounded-t-lg bg-slate-100">
|
||||
<div className="flex items-center justify-between p-6">
|
||||
<div className="mr-20 flex items-center justify-between truncate p-6">
|
||||
<div className="flex items-center space-x-2">
|
||||
{icon && <div className="mr-1.5 h-6 w-6 text-slate-500">{icon}</div>}
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user