Add Warning Message for Fillet Engine Limitations in CommandBar (#4076)

This commit is contained in:
max
2024-10-08 16:27:58 +02:00
committed by GitHub
parent 24cd1b2ea5
commit 3c5bf70269
4 changed files with 12 additions and 2 deletions

View File

@ -152,6 +152,7 @@ export function buildCommandArgument<
skip: arg.skip,
machineActor,
valueSummary: arg.valueSummary,
warningMessage: arg.warningMessage ?? '',
} satisfies Omit<CommandArgument<O, T>, 'inputType'>
if (arg.inputType === 'options') {