aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2020-02-29 12:07:48 -0500
committerkimdahey <claire_kim1@brown.edu>2020-02-29 12:07:48 -0500
commit7e794c588950ad400dc5588235e25882cc7dbcb7 (patch)
tree2a3d050a2741d35932fd6be166ba72c4cae352df /src
parent640f14da28d97600fb32d09023fc932e3a4052c4 (diff)
I changed a string for this reason..
Diffstat (limited to 'src')
-rw-r--r--src/client/views/nodes/WebBox.tsx2
1 files changed, 1 insertions, 1 deletions
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<FieldViewProps, WebDocument>
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() {