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

fix: leave a circle refresh

parent ae85f332
No related branches found
No related tags found
1 merge request!355Issue 1091
Pipeline #17111 passed with stages
in 7 minutes and 22 seconds
......@@ -14,10 +14,10 @@ solid-widget(name=`orbit-admin-circle-leave-button`)
data-src="${value}"
data-trans='data-join-label=circle.list.buttonQuit;data-join-label=circle.list.buttonJoin'
)
orbit-reactivity(data-src=`${getComponent('circles').parameters.dataSrc}` target-src='${src}')
orbit-reactivity(data-src=`${getComponent('circles').parameters.dataSrcJoinable}` target-src='${src}')
orbit-reactivity(data-src=`${getComponent('circles').parameters.post}` target-src='${src}')
orbit-reactivity(bind-user nested-field="circles" target-src='${src}')
orbit-reactivity(data-src=`${getComponent('circles').parameters.dataSrc}` target-src='${value}')
orbit-reactivity(data-src=`${getComponent('circles').parameters.dataSrcJoinable}` target-src='${value}')
orbit-reactivity(data-src=`${getComponent('circles').parameters.post}` target-src='${value}')
orbit-reactivity(bind-user nested-field="circles" target-src='${value}')
solid-display(
data-src="${value}"
fields="circle"
......
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