chore: update studio version only #557
Annotations
7 errors
plugin/src/assistDocument/components/instruction/InstructionOutputInput.tsx#L171
Replace `itemType.title·??·itemType.name` with `(itemType.title·??·itemType.name)`
|
plugin/src/assistDocument/components/instruction/appearance/InstructionVisibility.tsx#L11
Replace `user?.id·??·''` with `(user?.id·??·'')`
|
plugin/src/assistInspector/InstructionTaskHistoryButton.tsx#L115
Replace `task.title·??·getInstructionTitle(instruction` with `(task.title·??·getInstructionTitle(instruction)`
|
plugin/src/schemas/assistDocumentSchema.tsx#L173
Replace `contextDocumentSchema?.preview?.prepare?.(select)·??·select` with `(contextDocumentSchema?.preview?.prepare?.(select)·??·select)`
|
plugin/src/schemas/serialize/serializeSchema.ts#L92
Replace `v.value·??·`${v.title}`` with `(v.value·??·`${v.title}`)`
|
plugin/src/schemas/serialize/serializeSchema.ts#L159
Replace `type.type?.name·??·''` with `(type.type?.name·??·'')`
|
|
This job failed
Loading