hard-code widgetId
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s
Details
This commit is contained in:
parent
80cd3439d1
commit
31fc599ce8
|
@ -255,7 +255,7 @@ function Widget() {
|
|||
useEffect(() => {
|
||||
console.log('window.location', window.location);
|
||||
|
||||
widgetApi.current = new WidgetApi();
|
||||
widgetApi.current = new WidgetApi('50aaf929-a90d-4507-9ecc-cd0620d1c780');
|
||||
|
||||
console.log('widget api', widgetApi.current);
|
||||
|
||||
|
|
Loading…
Reference in New Issue