mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-10 15:04:25 +08:00
Fix docs after refactoring live_modal
to modal
(#794)
This commit is contained in:
parent
1d6348d7f1
commit
460668402f
1 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue