Skip to content

Commit

Permalink
chore: cleanup unused property indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Apr 5, 2022
1 parent bbd41be commit 13b5f1d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/components/modals/TransformModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
export let onRenderValue
export let onTransform
export let indentation = 2
$: selectedJson = getIn(json, selectedPath)
$: selectedContent = { json: selectedJson }
Expand Down
1 change: 0 additions & 1 deletion src/lib/components/modes/codemode/CodeMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@
id: id || transformModalId,
json: json,
selectedPath,
indentation,
queryLanguages,
queryLanguageId,
onChangeQueryLanguage,
Expand Down
1 change: 0 additions & 1 deletion src/lib/components/modes/treemode/TreeMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,6 @@
id: id || transformModalId,
json: json,
selectedPath,
indentation,
queryLanguages,
queryLanguageId,
onChangeQueryLanguage,
Expand Down

0 comments on commit 13b5f1d

Please sign in to comment.