mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
feat(humanInput): improve form handling with site info integration and error management
This commit is contained in:
@ -21,7 +21,7 @@ const ExpirationTime = ({
|
||||
<div
|
||||
className={cn(
|
||||
'system-xs-regular mt-1 flex items-center gap-x-1 text-text-tertiary',
|
||||
isSameOrAfter && 'text-text-warning',
|
||||
!isSameOrAfter && 'text-text-warning',
|
||||
)}
|
||||
>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user