Update notebook

This commit is contained in:
Jonatan Kłosko 2024-07-02 23:01:30 +07:00
parent 6bf2788ec8
commit 4a34991e40

View file

@ -286,7 +286,7 @@ defmodule KinoGuide.JSONConverterCell do
def init(attrs, ctx) do
ctx =
assign(ctx,
variable: Kino.SmartCell.prefixed_var_name("data", attrs["data"])
variable: Kino.SmartCell.prefixed_var_name("data", attrs["variable"])
)
{:ok, ctx, editor: [attribute: "json", language: "json"]}