mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-24 14:46:27 -08:00
Hotfix
This commit is contained in:
parent
28c066e1fc
commit
98f86b6427
|
@ -114,7 +114,8 @@ export function elevateUser(optPicker) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Elevate to admin",
|
name: "Elevate to admin",
|
||||||
icon: "/static/assets/icons/admin/update.svg",
|
icon: "/static/assets/icons/update.svg",
|
||||||
|
description: "",
|
||||||
id: true
|
id: true
|
||||||
}
|
}
|
||||||
]).then((exp) => {
|
]).then((exp) => {
|
||||||
|
|
Loading…
Reference in a new issue