mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
fix teams switch not working at navigating from task
This commit is contained in:
parent
e9c0b34662
commit
8bf1056bf5
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
|||
<li class="team-name-item">
|
||||
<a href="#"
|
||||
data-id="<%= team.id %>"
|
||||
class="text-center change-team">
|
||||
class="text-center change-team"
|
||||
data-turbolinks="false">
|
||||
<% if current_team == team %>
|
||||
<span class="fas fa-check-circle"></span> <strong><%= team.name %></strong>
|
||||
<% else %>
|
||||
|
|
Loading…
Reference in a new issue