fix: 编辑标签文字错误

This commit is contained in:
CalciumIon
2024-12-09 23:45:12 +08:00
parent cf8b30edfa
commit 5d1087a6a9

View File

@@ -209,7 +209,7 @@ const EditTagModal = (props) => {
</div>
<Spin spinning={loading}>
<TextInput
label="标签,留空则不更改"
label="标签,留空则解散标签"
name="newTag"
value={inputs.new_tag}
onChange={(value) => setInputs({ ...inputs, new_tag: value })}