Skip to content

Commit 505b7f9

Browse files
committed
Fix missing SafeHtml type
1 parent 7cef208 commit 505b7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhtf/output/web_gui/src/app/plugs/user-input-plug.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export declare interface UserInputPlugState {
4343
})
4444
export class UserInputPlugComponent extends BasePlug {
4545
private lastPromptId: string;
46-
private lastPromptHtml: SafeHtml;
46+
private lastPromptHtml: string;
4747

4848
constructor(
4949
config: ConfigService, http: Http, flashMessage: FlashMessageService,

0 commit comments

Comments
 (0)