mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 01:06:41 +08:00
fix NameTestView
This commit is contained in:
@@ -284,7 +284,6 @@ async function nameTest() {
|
|||||||
if (!normalizedTitle) return
|
if (!normalizedTitle) return
|
||||||
|
|
||||||
nameTestForm.title = normalizedTitle
|
nameTestForm.title = normalizedTitle
|
||||||
saveTitleHistory(normalizedTitle)
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
nameTestLoading.value = true
|
nameTestLoading.value = true
|
||||||
@@ -363,6 +362,7 @@ async function saveCustomWords() {
|
|||||||
:rules="[requiredValidator]"
|
:rules="[requiredValidator]"
|
||||||
prepend-inner-icon="mdi-movie-open"
|
prepend-inner-icon="mdi-movie-open"
|
||||||
rows="2"
|
rows="2"
|
||||||
|
auto-grow
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol cols="12" class="shortcut-form-col">
|
<VCol cols="12" class="shortcut-form-col">
|
||||||
|
|||||||
Reference in New Issue
Block a user