feat: part of step 5
This commit is contained in:
@@ -253,4 +253,4 @@ defmodule BDS.Desktop.ShellLive.MiscEditor do
|
||||
|> Enum.map(fn {field, diffs} -> %{field_name: field, diff_count: length(diffs)} end)
|
||||
|> Enum.sort_by(&{&1.diff_count * -1, &1.field_name})
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user