Skip to content

Commit

Permalink
temporal t3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacar committed Sep 5, 2024
1 parent b489d32 commit 10c1bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as activityLogAPI from 'V2/api/activityLog';
import type { ActivityLogResponse } from 'V2/api/activityLog';
import { ActivityLogEntryType } from 'shared/types/activityLogEntryType';

const ITEMS_PER_PAGE = 2;
const ITEMS_PER_PAGE = 3;

type LogEntry = ActivityLogEntryType & { rowId: string };

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uwazi",
"version": "1.181.0-rc2",
"version": "1.181.0-rc3",
"description": "Uwazi is a free, open-source solution for organising, analysing and publishing your documents.",
"keywords": [
"react"
Expand Down

0 comments on commit 10c1bc5

Please sign in to comment.