mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 22:19:36 +02:00
refactor: removeSpecialCharacters -> keepSpecialCharacters
This commit is contained in:
@@ -94,7 +94,8 @@ export default function EscapeJsonTool({
|
||||
<ToolTextResult
|
||||
title="Escaped JSON"
|
||||
value={result}
|
||||
removeSpecialCharacters={false}
|
||||
keepSpecialCharacters
|
||||
extension={'json'}
|
||||
/>
|
||||
}
|
||||
initialValues={initialValues}
|
||||
|
Reference in New Issue
Block a user