Skip to content

Commit 2c64fc9

Browse files
authored
Bug: Fix traces separator after filters updated (#362)
1 parent 34f877e commit 2c64fc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/live_debugger_web/live/traces_live.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ defmodule LiveDebuggerWeb.TracesLive do
263263

264264
socket
265265
|> assign(:current_filters, filters)
266+
|> assign(:traces_empty?, true)
266267
|> assign_async_existing_traces()
267268
|> noreply()
268269
end

0 commit comments

Comments
 (0)