Skip to content

Commit

Permalink
fix rename form not init bug in file manange (#10471)
Browse files Browse the repository at this point in the history
(cherry picked from commit d1cae60)
  • Loading branch information
devosend committed Jun 18, 2022
1 parent 6edb341 commit ac5179b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineComponent({
}

watch(
() => props.name,
() => props.show,
() => {
state.renameForm.id = props.id
state.renameForm.name = props.name
Expand Down

0 comments on commit ac5179b

Please sign in to comment.