fix: fixed TD-01 and TD-25
This commit is contained in:
@@ -1356,7 +1356,7 @@ defmodule BDS.Desktop.ShellLive.ImportEditor do
|
||||
class="taxonomy-mapping-input"
|
||||
type="text"
|
||||
name="mapped_to"
|
||||
value={Map.get(@edit || %{}, :value, Map.get(item, :mapped_to) || "") || ""}
|
||||
value={Map.get(@edit, :value, Map.get(item, :mapped_to) || "") || ""}
|
||||
placeholder={dgettext("ui", "Map to...")}
|
||||
list={"taxonomy-suggestions-#{@type}"}
|
||||
autocomplete="off"
|
||||
|
||||
Reference in New Issue
Block a user