File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/frontend/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 373373 (when-let [ident (or (:db/ident property) (:id property))]
374374 ; ; Hide properties that shouldn't ever be editable or that do not display well in a table
375375 (when-not (or (contains? #{:logseq.property/built-in? :logseq.property.asset/checksum :logseq.property.class/properties
376- :block/created-at :block/updated-at :block/order :block/ collapsed?
376+ :block/created-at :block/updated-at :block/collapsed?
377377 :logseq.property/created-from-property }
378378 ident)
379379 (and with-object-name? (= :block/title ident))
21712171 :logseq.property.node/display-type
21722172 (= :code ))]
21732173 (->> properties
2174+ (remove #{:logseq.property.embedding/hnsw-label-updated-at })
21742175 (map db/entity)
2175- (remove ldb/hidden?)
21762176 (ldb/sort-by-order )
21772177 ((fn [cs] (build-columns config cs {:add-tags-column? false
21782178 :advanced-query? advanced-query?}))))))
You can’t perform that action at this time.
0 commit comments