1.22
This commit is contained in:
parent
dffafa07a7
commit
22a32c78e7
@ -207,7 +207,7 @@ export const AlertRuleManageDialog: React.FC<AlertRuleManageDialogProps> = ({
|
||||
return (
|
||||
<>
|
||||
<Dialog open={open} onOpenChange={onOpenChange}>
|
||||
<DialogContent className="max-w-[90vw] max-h-[85vh]">
|
||||
<DialogContent className="max-w-[90vw] max-h-[85vh] flex flex-col">
|
||||
<DialogHeader>
|
||||
<div className="flex items-center gap-2">
|
||||
<Bell className="h-5 w-5 text-primary" />
|
||||
@ -215,7 +215,7 @@ export const AlertRuleManageDialog: React.FC<AlertRuleManageDialogProps> = ({
|
||||
</div>
|
||||
</DialogHeader>
|
||||
|
||||
<DialogBody className="overflow-hidden">
|
||||
<DialogBody className="flex-1 overflow-y-auto">
|
||||
<PaginatedTable<AlertRuleResponse, AlertRuleQuery>
|
||||
ref={tableRef}
|
||||
fetchFn={getAlertRulePage}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user