refactor(address): use directly BAN data

This commit is contained in:
Paul Chavard 2024-02-13 13:40:33 +01:00
parent 0b3a0d5840
commit 20307f1d21
11 changed files with 85 additions and 124 deletions

View file

@ -26,7 +26,7 @@ class DataSources::AdresseController < ApplicationController
{
label: _1[:properties][:label],
value: _1[:properties][:label],
data: _1[:properties]
data: _1
}
end
end