diff --git a/ui/src/shared/constants/fluxFunctions.ts b/ui/src/shared/constants/fluxFunctions.ts index 02909eb81c..b17d7f81eb 100644 --- a/ui/src/shared/constants/fluxFunctions.ts +++ b/ui/src/shared/constants/fluxFunctions.ts @@ -1095,6 +1095,12 @@ export const FLUX_FUNCTIONS: FluxToolbarFunction[] = [ 'A single argument function that evaluates true or false. Records are passed to the function. Those that evaluate to true are included in the output tables.', type: 'Function', }, + { + name: 'onEmpty', + desc: + 'Defines the behavior for empty tables. Potential values are `keep` and `drop`. Defaults to `drop`.', + type: 'String', + }, ], package: '', desc: