mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
chore: text result extensions
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user