Fix docs after refactoring live_modal to modal (#794)

This commit is contained in:
Thomas Schmidleithner 2021-12-12 00:08:54 +01:00 committed by GitHub
parent 1d6348d7f1
commit 460668402f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,9 @@ defmodule LivebookWeb.Helpers do
## Example
<.live_modal return_to={...}>
<.modal return_to={...}>
<.live_component module={MyComponent} />
</.live_modal>
</.modal>
"""
def modal(assigns) do
assigns =