From ed13ebcdbe568fdeb75eeced15062225a0458858 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Sat, 24 Feb 2018 14:56:25 +0100 Subject: [PATCH] Fix display of checkbox field options --- frontend/app/map/types/edit-type-dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/map/types/edit-type-dropdown.html b/frontend/app/map/types/edit-type-dropdown.html index f680142c..da7226bd 100644 --- a/frontend/app/map/types/edit-type-dropdown.html +++ b/frontend/app/map/types/edit-type-dropdown.html @@ -50,7 +50,7 @@ - {{option.value == '1' ? '✔' : '✘'}} + {{$first ? '✘' : '✔'}}