Skip to content

Commit 511c023

Browse files
committed
Fix more test errors
1 parent 8a7948e commit 511c023

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/api/schemas/schemas/timeline_event_translation.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"$id": "#/properties/time",
4444
"type": "string",
4545
"title": "Time",
46-
"description": "The time associated with the timeline event.",
47-
"pattern": "^(\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2})$"
46+
"description": "The time associated with the timeline event."
4847
}
4948
}
5049
}

web/src/models/widget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface Widget {
1212
engagement_details_tab_id?: number | null;
1313
items: WidgetItem[];
1414
title: string;
15+
description?: string;
1516
location: WidgetLocation;
1617
// Translation-overridable fields returned from content translation endpoint
1718
video_url?: string;

0 commit comments

Comments
 (0)