diff --git a/src/components/ApplyModificationConfirmation.vue b/src/components/ApplyModificationConfirmation.vue index cfefdf6..e91c350 100644 --- a/src/components/ApplyModificationConfirmation.vue +++ b/src/components/ApplyModificationConfirmation.vue @@ -51,7 +51,7 @@ const diffCurrent = { 'last-applied': props.applied, } as const; -const diffMode = ref('current-applied'); +const diffMode = ref('current-applied'); const diffOptions = [ { diff --git a/src/components/DialogWithIconButton.vue b/src/components/DialogWithIconButton.vue index 9554728..a0b3399 100644 --- a/src/components/DialogWithIconButton.vue +++ b/src/components/DialogWithIconButton.vue @@ -2,7 +2,7 @@