set parent
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details

This commit is contained in:
Ladd Hoffman 2024-04-25 17:46:35 -05:00
parent d09a46c292
commit b7a880322f
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ function Widget() {
useEffect(() => {
console.log('window.location', window.location);
widgetApi.current = new WidgetApi('50aaf929-a90d-4507-9ecc-cd0620d1c780');
widgetApi.current = new WidgetApi('50aaf929-a90d-4507-9ecc-cd0620d1c780', window.parent);
console.log('widget api', widgetApi.current);