Quellcode durchsuchen

chore: add reopen preview btn (#9279)

Co-authored-by: billsyli <billsyli@tencent.com>
tags/0.9.2
我有一把妖刀 vor 1 Jahr
Ursprung
Commit
de3c5751db
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      web/app/components/datasets/create/step-two/index.tsx

+ 1
- 1
web/app/components/datasets/create/step-two/index.tsx Datei anzeigen

@@ -585,7 +585,7 @@ const StepTwo = ({
<div ref={scrollRef} className='relative h-full w-full overflow-y-scroll'>
<div className={cn(s.pageHeader, scrolled && s.fixed, isMobile && '!px-6')}>
<span>{t('datasetCreation.steps.two')}</span>
{isMobile && (
{(isMobile || !showPreview) && (
<Button
className='border-[0.5px] !h-8 hover:outline hover:outline-[0.5px] hover:outline-gray-300 text-gray-700 font-medium bg-white shadow-[0px_1px_2px_0px_rgba(16,24,40,0.05)]'
onClick={setShowPreview}

Laden…
Abbrechen
Speichern