Skip to content

Commit

Permalink
temporary fix this thing :D
Browse files Browse the repository at this point in the history
  • Loading branch information
thangngoc89 committed Sep 4, 2018
1 parent 46638e6 commit 2c89306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src_editor/Editor_Links.re
Expand Up @@ -194,13 +194,15 @@ let make = (~links, ~onUpdate, _children) => {
switch (result) {
| Loading =>
<EmptyLink
key="loading"
status=Loading
id
name
onSubmit=(uiLink => send(Link_Add(uiLink)))
/>
| Error(_error) =>
<EmptyLink
key="error"
status=Error
id
name
Expand Down Expand Up @@ -229,6 +231,7 @@ let make = (~links, ~onUpdate, _children) => {
});

<EmptyLink
key="fetched"
status=Fetched
id
name
Expand Down

0 comments on commit 2c89306

Please sign in to comment.