parent
d2193bf428
commit
a79a87de4c
@ -38,8 +38,8 @@ import { UserGroupService } from "@odit/lfk-client-js";
|
|||||||
}).showToast();
|
}).showToast();
|
||||||
let postdata = {
|
let postdata = {
|
||||||
name: name_input_value,
|
name: name_input_value,
|
||||||
description: description_input_value
|
description: description_input_value,
|
||||||
}
|
};
|
||||||
UserGroupService.userGroupControllerPost(postdata)
|
UserGroupService.userGroupControllerPost(postdata)
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
name_input_value = "";
|
name_input_value = "";
|
||||||
@ -109,7 +109,8 @@ import { UserGroupService } from "@odit/lfk-client-js";
|
|||||||
</h3>
|
</h3>
|
||||||
<div class="mt-2 mb-6">
|
<div class="mt-2 mb-6">
|
||||||
<p class="text-sm text-gray-500">
|
<p class="text-sm text-gray-500">
|
||||||
Please provide the required information for creating a new user group.
|
Please provide the required information for creating a new
|
||||||
|
user group.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid grid-cols-6 gap-6">
|
<div class="grid grid-cols-6 gap-6">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user