mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 23:19:30 +02:00
chore: text result extensions
This commit is contained in:
@@ -60,7 +60,13 @@ export default function MinifyJson({ title }: ToolComponentProps) {
|
||||
inputComponent={
|
||||
<ToolTextInput title="Input JSON" value={input} onChange={setInput} />
|
||||
}
|
||||
resultComponent={<ToolTextResult title="Minified JSON" value={result} />}
|
||||
resultComponent={
|
||||
<ToolTextResult
|
||||
title="Minified JSON"
|
||||
value={result}
|
||||
extension={'json'}
|
||||
/>
|
||||
}
|
||||
initialValues={initialValues}
|
||||
getGroups={null}
|
||||
toolInfo={{
|
||||
|
Reference in New Issue
Block a user