diff --git a/packages/samples/Example/src/editor/CustomExampleProjection.ts b/packages/samples/Example/src/editor/CustomExampleProjection.ts index ebbadda45..2c990a632 100644 --- a/packages/samples/Example/src/editor/CustomExampleProjection.ts +++ b/packages/samples/Example/src/editor/CustomExampleProjection.ts @@ -31,7 +31,7 @@ const OPERAND_COLUMN = 2; */ export class CustomExampleProjection implements FreProjection { - name: string = "manual"; + name: string = "Custom"; constructor(name?: string) { if (!!name) {