Skip to content

Commit

Permalink
Revert WorkspaceItem.elm change
Browse files Browse the repository at this point in the history
  • Loading branch information
yoching committed Mar 26, 2024
1 parent 916d1a5 commit 2662c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/stories/Stories/Code/WorkspaceItem.elm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ init : () -> ( Model, Cmd Message )
init _ =
( { workspaceItem = Nothing }
, Http.get
{ url = "/long.json"
{ url = "/increment_term_def.json"
, expect = Http.expectJson GotItem (decodeItem sampleReference)
}
)
Expand Down

0 comments on commit 2662c88

Please sign in to comment.