Fix/ui: update create argument
This commit is contained in:
@@ -49,7 +49,7 @@ export const CreateClan = () => {
|
|||||||
const r = await callApi("create_clan", {
|
const r = await callApi("create_clan", {
|
||||||
opts: {
|
opts: {
|
||||||
dest: target_dir[0],
|
dest: target_dir[0],
|
||||||
template_name: template,
|
template: template,
|
||||||
initial: {
|
initial: {
|
||||||
meta,
|
meta,
|
||||||
services: {},
|
services: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user