mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on implementation of alert policies. Some refactoring in user profile and patching a bug in status endpoint api.
This commit is contained in:
+1
-1
@@ -61,7 +61,6 @@ export const OrganizationNotifiersTab = ({
|
||||
|
||||
return (
|
||||
<div className="flex flex-col gap-y-6 h-full py-4">
|
||||
|
||||
<div className="h-full flex flex-col gap-y-6">
|
||||
<div className={cn("hidden flex-row justify-between items-start", hasNotifiers && "flex")}>
|
||||
<div className="max-w-2xl">
|
||||
@@ -74,6 +73,7 @@ export const OrganizationNotifiersTab = ({
|
||||
</p>
|
||||
</div>
|
||||
<NotifierAddEditModal
|
||||
|
||||
organization={organization}
|
||||
open={isAddModalOpen}
|
||||
onOpenChangeAction={setIsAddModalOpen}
|
||||
|
||||
Reference in New Issue
Block a user