Skip to content

Commit bfe512e

Browse files
committed
Fix: Remove unused Space import from QuerySuggestions
Removed unused antd Space component import that was left over after removing the Collapse panel wrapper.
1 parent 61776d8 commit bfe512e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exec/java-exec/src/main/resources/webapp/src/components/project/QuerySuggestions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818
import { useState, useEffect, useRef } from 'react';
19-
import { Card, Row, Col, Button, Space, Typography, Spin, Empty, Tooltip } from 'antd';
19+
import { Card, Row, Col, Button, Typography, Spin, Empty, Tooltip } from 'antd';
2020
import { BulbOutlined, ReloadOutlined, PlayCircleOutlined } from '@ant-design/icons';
2121
import { useQuery } from '@tanstack/react-query';
2222
import { format } from 'sql-formatter';

0 commit comments

Comments
 (0)