Mentions légales du service

Skip to content
Snippets Groups Projects

Fix 118: unified colors in the Studio + add more entity types in Pathways

Merged Nelly BARRET requested to merge fix-118 into main
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -42,7 +42,7 @@ const trans = {
function AbstraHeader({ data }) {
const { activeLang } = useLang();
let recordLabel = trans.records[activeLang];
if(data.collection_size === 1) {
recordLabel = trans.record[activeLang]
Loading