File tree Expand file tree Collapse file tree
SearchControls/QueryStatus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 "license" : " Apache-2.0" ,
1414 "type" : " module" ,
1515 "dependencies" : {
16- "@ant-design/v5-patch-for-react-19" : " ^1.0.3" ,
1716 "@emotion/react" : " ^11.14.0" ,
1817 "@emotion/styled" : " ^11.14.1" ,
1918 "@monaco-editor/react" : " ^4.7.0" ,
2221 "@tanstack/react-query" : " ^5.90.19" ,
2322 "@tanstack/react-query-devtools" : " ^5.91.2" ,
2423 "@webui/common" : " *" ,
25- "antd" : " ^5.27 .5" ,
24+ "antd" : " ^6.3 .5" ,
2625 "antlr4" : " ^4.13.2" ,
2726 "axios" : " ^1.13.2" ,
2827 "chart.js" : " ^4.5.1" ,
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ import queryClient from "./config/queryClient";
88import router from "./router" ;
99import THEME_CONFIG from "./theme" ;
1010
11- import "@ant-design/v5-patch-for-react-19" ;
12-
1311
1412/**
1513 * Renders Web UI app.
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ const QueryDrawer = () => {
7474 { searchUiState === SEARCH_UI_STATE . FAILED && (
7575 < Alert
7676 description = { errorMsg }
77- message = { errorName }
7877 showIcon = { true }
78+ title = { errorName }
7979 type = { "error" } />
8080 ) }
8181 </ div >
Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ const useUpdateStateWithMetadata = () => {
7474 description : errorMsg ,
7575 duration : 15 ,
7676 key : `search-failed-${ resultsMetadata . _id } ` ,
77- message : errorName ,
7877 pauseOnHover : true ,
7978 placement : "bottomRight" ,
8079 showProgress : true ,
80+ title : errorName ,
8181 } ) ;
8282 }
8383 break ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const THEME_CONFIG: ThemeConfig = Object.freeze({
1010 colorPrimary : "#2a8efa" ,
1111 borderRadius : 3 ,
1212 } ,
13- cssVar : true ,
1413 hashed : false ,
1514} ) ;
1615
You can’t perform that action at this time.
0 commit comments