fix invalid option copy
This commit is contained in:
parent
095abb2914
commit
912aa228d1
9 changed files with 42 additions and 58 deletions
|
|
@ -198,7 +198,7 @@
|
|||
<li @click="toggleDrawer">
|
||||
<button
|
||||
class="menu-item"
|
||||
@click="openSettingsModal"
|
||||
@click="openSettingsModal('user')"
|
||||
>
|
||||
<FAIcon
|
||||
fixed-width
|
||||
|
|
@ -225,7 +225,7 @@
|
|||
>
|
||||
<button
|
||||
class="menu-item"
|
||||
@click.stop="openAdminModal"
|
||||
@click.stop="openSettingsModal('admin')"
|
||||
>
|
||||
<FAIcon
|
||||
fixed-width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue