Skip to content

Commit 247e43e

Browse files
committed
fix(arc): revert param type change
1 parent a600ffe commit 247e43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/abstract-resource-calendar/components/arc-hide-button-with-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function ArcHideButtonWithDialog({
3737
onHideSuccess,
3838
...props
3939
}: {
40-
resource: Resource.CalendarEvents;
40+
resource: Resource;
4141
googleCalId: string;
4242
hidden: boolean;
4343
itemName?: string;

0 commit comments

Comments
 (0)