сохранение при смене страниц
This commit is contained in:
@@ -185,6 +185,16 @@ export const FormulaBar = memo(
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* ExcelUploadPanel */}
|
||||
{onExcelFileChange && (
|
||||
<ExcelUploadPanel
|
||||
fileName={excelFileName}
|
||||
isLoading={isExcelLoading}
|
||||
onUploadClick={() => {}}
|
||||
onFileChange={onExcelFileChange}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* Кнопка сохранения */}
|
||||
{onManualSave && (
|
||||
<button
|
||||
@@ -215,16 +225,6 @@ export const FormulaBar = memo(
|
||||
</span>
|
||||
</button>
|
||||
)}
|
||||
|
||||
{/* ExcelUploadPanel */}
|
||||
{onExcelFileChange && (
|
||||
<ExcelUploadPanel
|
||||
fileName={excelFileName}
|
||||
isLoading={isExcelLoading}
|
||||
onUploadClick={() => {}}
|
||||
onFileChange={onExcelFileChange}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user