Skip to content
Snippets Groups Projects

Fixing alert

Merged Benoit Alessandroni requested to merge bugfix/add-interfacelanguage-on-everyspace into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -126,7 +126,9 @@ async function refreshUser(formId, listId) {
// Refresh du cache sur le User
listProxy.clearCache();
account.clearCache();
if (account) {
account.clearCache();
}
list.dataset.src = list.dataset.src;
}
Loading