diff --git a/src/main/frontend/components/query_table.cljs b/src/main/frontend/components/query_table.cljs index 5bde31c38e..9c6421ea8f 100644 --- a/src/main/frontend/components/query_table.cljs +++ b/src/main/frontend/components/query_table.cljs @@ -170,7 +170,7 @@ [:string (when-let [updated-at (:block/updated-at item)] (date/int->local-time-2 updated-at))] - [:string (get-in item [:block/properties column])])] + [:string (get-in item [:block/properties-text-values column])])] [:td.whitespace-nowrap {:on-mouse-down (fn [] (reset! select? false)) :on-mouse-move (fn [] (reset! select? true)) :on-mouse-up (fn []