Skip to content
Snippets Groups Projects
Commit 7b4fdc9e authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'bugfix/fix-search' into 'master'

Fixing a widget for sharing criterias

See merge request !225
parents b264aabf 7472ff0b
No related branches found
No related tags found
Loading
Pipeline #7308 failed
......@@ -218,6 +218,7 @@ solid-widget(name="iframe-video-resource")
solid-widget(name="cs-display-sharing")
template
p #[b ${label}] ${await value == 'https://api-staging.coopstarter.happy-dev.fr/sharingcriterias/3/' ? `public` : (await value == 'https://api-staging.coopstarter.happy-dev.fr/sharingcriterias/1/' ? `Private` : `Organisation` ) }
p #[b ${label}] ${await value.name}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment