fix: unbreakable space for better look in filters

This commit is contained in:
Colin Darie 2024-09-10 12:36:13 +02:00
parent 40b5eb5ea7
commit 6240d54fd4
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -10,7 +10,7 @@ module AddressableColumnConcern
table:,
displayable: false,
column: stable_id,
label: "#{libelle} code postal (5 chiffres)",
label: "#{libelle} code postal (5 chiffres)",
type: :text,
value_column: ['postal_code']
),