release: bump version to 0.26.2
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
} from '@ant-design/icons'
|
||||
import axios, { type AxiosResponse } from 'axios'
|
||||
import AppLayout from '../../components/AppLayout/AppLayout'
|
||||
import ScrollbarOverlay from '../../components/Scrollbar/ScrollbarOverlay'
|
||||
import { formatDateTimeZhCN } from '../../utils/datetime'
|
||||
import { useWebSocket } from '../../hooks/useWebSocket'
|
||||
|
||||
@@ -1050,6 +1051,7 @@ function DataSources() {
|
||||
tableLayout="fixed"
|
||||
size="small"
|
||||
/>
|
||||
<ScrollbarOverlay containerRef={builtinTableRegionRef} targetSelector=".ant-table-body" />
|
||||
</div>
|
||||
</div>
|
||||
),
|
||||
@@ -1084,6 +1086,7 @@ function DataSources() {
|
||||
tableLayout="fixed"
|
||||
size="small"
|
||||
/>
|
||||
<ScrollbarOverlay containerRef={customTableRegionRef} targetSelector=".ant-table-body" />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user