mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
add
This commit is contained in:
@@ -6,7 +6,7 @@ import s from './styles.module.css'
|
||||
const LicenseInfo = () => {
|
||||
const { systemFeatures } = useSystemFeaturesStore()
|
||||
|
||||
if (!systemFeatures.expired_at) {
|
||||
if (systemFeatures.expired_at) {
|
||||
return (
|
||||
<div className='fixed inset-0 flex flex-col pt-14 z-[99999]'>
|
||||
<div className={cn(s.bg, 'grow flex flex-col items-center justify-center bg-white')}>
|
||||
|
||||
Reference in New Issue
Block a user