feat: overview setting
This commit is contained in:
@@ -79,7 +79,7 @@ const ChatHistorySlider = ({
|
||||
cursor={appId ? 'pointer' : 'default'}
|
||||
onClick={() =>
|
||||
appId &&
|
||||
router.push({
|
||||
router.replace({
|
||||
pathname: '/app/detail',
|
||||
query: { appId }
|
||||
})
|
||||
|
||||
@@ -21,7 +21,7 @@ const SliderApps = ({ appId }: { appId: string }) => {
|
||||
px={3}
|
||||
borderRadius={'md'}
|
||||
_hover={{ bg: 'myGray.200' }}
|
||||
onClick={() => router.push('/app/list')}
|
||||
onClick={() => router.back()}
|
||||
>
|
||||
<IconButton
|
||||
mr={3}
|
||||
|
||||
Reference in New Issue
Block a user