Merge pull request 'clan/create: api fixes and unit tests' (#4449) from api-fixes into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4449
This commit is contained in:
@@ -220,16 +220,8 @@ export const Onboarding: Component<RouteSectionProps> = (props) => {
|
||||
// todo allow users to select a template
|
||||
template: "minimal",
|
||||
initial: {
|
||||
meta: {
|
||||
name: name,
|
||||
description: description,
|
||||
// todo it tries to 'delete' icon if it's not provided
|
||||
// this logic is unexpected, and needs reviewed.
|
||||
icon: null,
|
||||
},
|
||||
machines: {},
|
||||
instances: {},
|
||||
services: {},
|
||||
name,
|
||||
description,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user