Skip to content

Commit

Permalink
s/this.rename_replacement/this.renameReplacement/ (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Zada <moshe.zada@armis.com>
  • Loading branch information
moshe and moshe authored May 30, 2020
1 parent ca113d6 commit ed1c37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Snapshots/RestoreForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
include_aliases: this.booleanOptions.include_aliases.value,
ignore_unavailable: this.booleanOptions.ignore_unavailable.value,
rename_pattern: this.renamePattern,
rename_replacement: this.rename_replacement,
rename_replacement: this.renameReplacement,
index_settings: this.$refs.editor.getQuery()
})
);
Expand Down

0 comments on commit ed1c37e

Please sign in to comment.