actually fetch the data, oops :P
This commit is contained in:
parent
26e475eb0c
commit
eb9063fe19
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc-rc.9",
|
||||
"version": "12.119.0-calc-rc.10",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -54,7 +54,8 @@ watch(() => props.groupId, () => {
|
||||
fetch();
|
||||
});
|
||||
|
||||
function fetch() {
|
||||
|
||||
async function fetch() {
|
||||
os.api('users/groups/show', {
|
||||
groupId: props.groupId,
|
||||
}).then(gp => {
|
||||
@ -67,6 +68,8 @@ function fetch() {
|
||||
});
|
||||
}
|
||||
|
||||
fetch();
|
||||
|
||||
function invite() {
|
||||
os.selectUser().then(user => {
|
||||
os.apiWithDialog('users/groups/invite', {
|
||||
|
Loading…
Reference in New Issue
Block a user