Skip auto appneding test file extension.

This commit is contained in:
muzam1l
2022-07-01 17:26:10 +05:30
parent 25c5b9c015
commit 309ad57173
2 changed files with 17 additions and 9 deletions

View File

@@ -82,8 +82,8 @@ const Test = () => {
if (header) transactionsState.activeHeader = header;
}}
keepAllAlive
forceDefaultExtension
defaultExtension=".json"
defaultExtension="json"
allowedExtensions={['json']}
onCreateNewTab={(header) => modifyTransaction(header, {})}
onCloseTab={(idx, header) =>
header && modifyTransaction(header, undefined)