Skip to content

Commit

Permalink
update results
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Buczacka authored and Walter Buczacka committed Sep 26, 2024
1 parent 4c1a799 commit bc7d984
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ExplorerResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ export function ExplorerResults(props: {
const cube = useSelector(selectOlapCube);
const serverStatus = useSelector(selectServerState);
const {params, result} = useSelector(selectCurrentQueryItem);

const {online: isServerOnline, url: serverUrl} = serverStatus;
const {data, error} = result;

const {error} = result;
const {translate: t} = useTranslation();

const {classes, cx} = useStyles();
Expand Down

0 comments on commit bc7d984

Please sign in to comment.