mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
fix: fe (#5471)
This commit is contained in:
parent
d21d1e23fa
commit
2c91137444
|
|
@ -155,6 +155,7 @@ const Header = () => {
|
|||
size={'xs'}
|
||||
w={'1rem'}
|
||||
variant={'ghost'}
|
||||
onClick={isSaved ? onBack : onOpenBackConfirm}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
|
|
@ -214,9 +215,11 @@ const Header = () => {
|
|||
isPc,
|
||||
currentTab,
|
||||
isSaved,
|
||||
onBack,
|
||||
onOpenBackConfirm,
|
||||
isV2Workflow,
|
||||
t,
|
||||
showHistoryModal,
|
||||
t,
|
||||
loading,
|
||||
onClickSave,
|
||||
setShowHistoryModal,
|
||||
|
|
|
|||
|
|
@ -155,6 +155,7 @@ const Header = () => {
|
|||
size={'xs'}
|
||||
w={'1rem'}
|
||||
variant={'ghost'}
|
||||
onClick={isSaved ? onBack : onOpenBackConfirm}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
|
|
@ -214,9 +215,11 @@ const Header = () => {
|
|||
isPc,
|
||||
currentTab,
|
||||
isSaved,
|
||||
onBack,
|
||||
onOpenBackConfirm,
|
||||
isV2Workflow,
|
||||
t,
|
||||
showHistoryModal,
|
||||
t,
|
||||
loading,
|
||||
onClickSave,
|
||||
setShowHistoryModal,
|
||||
|
|
|
|||
Loading…
Reference in New Issue