feat: Add startsAt and endsAt fields to MonitorView component

This commit is contained in:
Simon Larsen 2024-05-15 10:59:10 +01:00
parent 2e29a63f7b
commit a6e9f7cd1e
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -135,6 +135,8 @@ const MonitorView: FunctionComponent<PageComponentProps> = (
select: {
createdAt: true,
monitorId: true,
startsAt: true,
endsAt: true,
monitorStatus: {
name: true,
color: true,