fix: fixed order in sidebars

This commit is contained in:
2026-04-26 22:17:06 +02:00
parent 0d7a68bc0f
commit 4e991247e1
4 changed files with 175 additions and 16 deletions

View File

@@ -1388,11 +1388,6 @@ defmodule BDS.Desktop.ShellLive do
socket
|> append_output_entry(translated("sidebar.importMedia"), message, nil, "error")
|> reload_shell(socket.assigns.workbench)
{:error, reason} ->
socket
|> append_output_entry(translated("sidebar.importMedia"), inspect(reason), nil, "error")
|> reload_shell(socket.assigns.workbench)
end
end