Skip to content

Commit

Permalink
UIを変更 [update snapshots]
Browse files Browse the repository at this point in the history
  • Loading branch information
X-20A committed Jun 7, 2024
1 parent abc324d commit 7bfd6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Talk/AudioInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ const parameters = computed<Parameter[]>(() => {
action: "COMMAND_MULTI_SET_AUDIO_POST_PHONEME_LENGTH",
key: "postPhonemeLength",
},
switchPauseLengthMode.value === "SCALE" ? plsParam : plParam,
store.state.switchPauseLengthMode.value === "SCALE" ? plsParam : plParam,

Check failure on line 523 in src/components/Talk/AudioInfo.vue

View workflow job for this annotation

GitHub Actions / lint

Property 'value' does not exist on type 'SwitchPauseLengthMode'. Did you mean 'valueOf'?

Check failure on line 523 in src/components/Talk/AudioInfo.vue

View workflow job for this annotation

GitHub Actions / build-test

Property 'value' does not exist on type 'SwitchPauseLengthMode'. Did you mean 'valueOf'?
];
// switchPauseLengthModeの変更に伴って更新
const newParam = switchPauseLengthMode.value === "SCALE" ? plsParam : plParam;
Expand Down

0 comments on commit 7bfd6ad

Please sign in to comment.