mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
v4.6-3 (#463)
This commit is contained in:
@@ -29,7 +29,7 @@ const TagTextarea = ({ defaultValues, onUpdate, ...props }: Props) => {
|
||||
return;
|
||||
}
|
||||
if (tags.includes(value)) {
|
||||
toast({
|
||||
return toast({
|
||||
status: 'warning',
|
||||
title: t('common.input.Repeat Value')
|
||||
});
|
||||
|
Reference in New Issue
Block a user