Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
afde604672
commit
b9f0a5c58d
@@ -605,7 +605,12 @@ function CalendarPage() {
|
||||
onSelectDay={(d) => setSelected(d)}
|
||||
/>
|
||||
) : view === "list" ? (
|
||||
<ListView events={visibleEvents} onEdit={openEdit} />
|
||||
<ListView
|
||||
events={visibleEvents}
|
||||
onEdit={openEdit}
|
||||
staff={staff}
|
||||
onBulkUpdated={reload}
|
||||
/>
|
||||
) : null}
|
||||
</Card>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user