mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 00:19:34 +02:00
chore: result file name
This commit is contained in:
@@ -86,7 +86,9 @@ export default function JsonToXml({ title }: ToolComponentProps) {
|
||||
inputComponent={
|
||||
<ToolTextInput title="Input Json" value={input} onChange={setInput} />
|
||||
}
|
||||
resultComponent={<ToolTextResult title="Output XML" value={result} />}
|
||||
resultComponent={
|
||||
<ToolTextResult title="Output XML" value={result} extension={'xml'} />
|
||||
}
|
||||
getGroups={({ values, updateField }) => [
|
||||
{
|
||||
title: 'Output XML Indentation',
|
||||
|
Reference in New Issue
Block a user