Add missing client id for smart cell JS view

This commit is contained in:
Jonatan Kłosko 2022-08-05 20:55:42 +02:00
parent e10f8374fd
commit 7f4e9273de

View file

@ -188,6 +188,7 @@ defmodule LivebookWeb.SessionLive.CellComponent do
id={@cell_view.id}
js_view={@cell_view.js_view}
session_id={@session_id}
client_id={@client_id}
/>
<%= if @cell_view.editor do %>
<.live_component