wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/app/configuration/config-var/config-modal/index.tsx
@@ -233,9 +233,9 @@
            />
          )}
          <div className='!mt-5 flex h-6 items-center space-x-2'>
          <div className='!mt-5 flex items-center h-6 space-x-2'>
            <Checkbox checked={tempPayload.required} onCheck={() => handlePayloadChange('required')(!tempPayload.required)} />
            <span className='system-sm-semibold text-text-secondary'>{t('appDebug.variableConfig.required')}</span>
            <span className='text-text-secondary system-sm-semibold'>{t('appDebug.variableConfig.required')}</span>
          </div>
        </div>
      </div>