diff --git a/python/src/aiconfig/editor/client/src/components/AIConfigEditor.tsx b/python/src/aiconfig/editor/client/src/components/AIConfigEditor.tsx index 7a4e109be..bea26bc68 100644 --- a/python/src/aiconfig/editor/client/src/components/AIConfigEditor.tsx +++ b/python/src/aiconfig/editor/client/src/components/AIConfigEditor.tsx @@ -987,13 +987,13 @@ export default function AIConfigEditor({ )} - {!readOnly && ( + { {downloadCallback && ( )} {shareCallback && } - {onClearOutputs && ( + {!readOnly && onClearOutputs && (