mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 20:50:07 +00:00
implement notification page (#8)
This commit is contained in:
@@ -96,9 +96,9 @@ export default function NotificationGroupPage() {
|
||||
|
||||
return (
|
||||
<div className="px-8">
|
||||
<div className="flex mt-6 mb-4">
|
||||
<GroupTab />
|
||||
<HeaderButtonGroup className="flex gap-2 ml-auto" delete={{
|
||||
<div className="flex mt-6 mb-4 gap-[60%]">
|
||||
<GroupTab className="flex-1" />
|
||||
<HeaderButtonGroup className="flex-2 flex gap-2 ml-auto" delete={{
|
||||
fn: deleteNotificationGroups,
|
||||
id: selectedRows.map(r => r.original.group.id),
|
||||
mutate: mutate
|
||||
|
||||
Reference in New Issue
Block a user