Skip to content

Commit 498bb3c

Browse files
author
Matt Mazzola
committed
Fix typing declaration missed after merge.
1 parent fdd1324 commit 498bb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/powerbi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class PowerBi {
5858
/**
5959
* Remove component from the list of embedded components.
6060
*/
61-
remove(component: Embed): void;
61+
reset(element: HTMLElement): void;
6262
/**
6363
* Handler for window message event.
6464
* Parses event data as json and if it came from an iframe that matches one from an existing embeded component re-dispatches the event on the iframe's parent element

0 commit comments

Comments
 (0)