Skip to content

Commit 8bba331

Browse files
committed
feat: add site replication console workflow
1 parent be8888a commit 8bba331

File tree

25 files changed

+2820
-400
lines changed

25 files changed

+2820
-400
lines changed

app/(dashboard)/events/page.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ export default function EventsPage() {
149149
[bucketName, dialog, listBucketNotifications, loadData, message, putBucketNotifications, t],
150150
)
151151

152-
const columns = useMemo(() => getEventsColumns(t, handleRowDelete, canEditEvents), [t, handleRowDelete, canEditEvents])
152+
const columns = useMemo(
153+
() => getEventsColumns(t, handleRowDelete, canEditEvents),
154+
[t, handleRowDelete, canEditEvents],
155+
)
153156

154157
const { table } = useDataTable<NotificationItem>({
155158
data,

0 commit comments

Comments
 (0)