From 7e794c588950ad400dc5588235e25882cc7dbcb7 Mon Sep 17 00:00:00 2001 From: kimdahey Date: Sat, 29 Feb 2020 12:07:48 -0500 Subject: I changed a string for this reason.. --- src/client/views/nodes/WebBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/nodes/WebBox.tsx') diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx index 7e49d957d..4413ba020 100644 --- a/src/client/views/nodes/WebBox.tsx +++ b/src/client/views/nodes/WebBox.tsx @@ -32,7 +32,7 @@ export class WebBox extends DocAnnotatableComponent public static LayoutString(fieldKey: string) { return FieldView.LayoutString(WebBox, fieldKey); } @observable private collapsed: boolean = true; - @observable private url: string = ""; + @observable private url: string = "hello"; componentDidMount() { -- cgit v1.2.3-70-g09d2