Frontend: Cleanup implied types, unused imports and variables (#7439)
This commit is contained in:
@@ -29,7 +29,7 @@ const PackQueriesTable = ({
|
||||
scheduledQueries,
|
||||
isLoadingPackQueries,
|
||||
}: IPackQueriesTableProps): JSX.Element => {
|
||||
const [querySearchText, setQuerySearchText] = useState<string>("");
|
||||
const [querySearchText, setQuerySearchText] = useState("");
|
||||
|
||||
// NOTE: this is called once on the initial rendering. The initial render of
|
||||
// the TableContainer child component will call this handler.
|
||||
|
||||
Reference in New Issue
Block a user