UPDATE: VERSION-20260326
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
import type { GraphRect, GraphTaskElement } from '../graph';
|
||||
import { generateKey } from '@/utils/strings';
|
||||
import type { PlatformWithComponents } from './types';
|
||||
import type { PlatformWithComponents } from '../types';
|
||||
|
||||
export const createGraphTaskElementFromScenario = (
|
||||
platform: PlatformWithComponents,
|
||||
@@ -28,6 +28,7 @@ export const createGraphTaskElementFromScenario = (
|
||||
template: 0,
|
||||
templateType: null,
|
||||
category: null,
|
||||
multiable: false,
|
||||
group: null,
|
||||
description: platform.description,
|
||||
order: 0,
|
||||
|
||||
Reference in New Issue
Block a user