chore: text result extensions

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-26 20:50:56 +00:00
parent ab587e60d0
commit ca7f6a6900
7 changed files with 42 additions and 25 deletions

View File

@@ -109,7 +109,9 @@ export default function StringifyJson({ title }: ToolComponentProps) {
onChange={setInput}
/>
}
resultComponent={<ToolTextResult title="JSON String" value={result} />}
resultComponent={
<ToolTextResult title="JSON String" value={result} extension={'json'} />
}
getGroups={({ values, updateField }) => [
{
title: 'Indentation',