diff --git a/frontend/src/lib/components/ArgInfo.svelte b/frontend/src/lib/components/ArgInfo.svelte index bd06113ce1..bfc9a8cf18 100644 --- a/frontend/src/lib/components/ArgInfo.svelte +++ b/frontend/src/lib/components/ArgInfo.svelte @@ -31,7 +31,9 @@ -{#if value == ''} +{#if value == undefined || value == null} + null +{:else if value == ''} {''}The arg was none and the default argument of the script is a function call, hence the actual value used for this arg was the output of the script's function call for this arg