You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can still run an old version with this public docker image:
podman run -it --rm -p 9000:80 docker.io/spoonest/clickhouse-tabix-web-client
# or if you're using docker
docker run -it --rm -p 9000:80 docker.io/spoonest/clickhouse-tabix-web-client
`ERROR in app/src/views/DashboardView/DashboardView.tsx:229:50
TS2741: Property 'rev' is missing in type '{}' but required in type 'Pick<AntdIconProps, "name" | "value" | "id" | "type" | "title" | "target" | "key" | "onClick" | "download" | "href" | "hrefLang" | "media" | "rel" | "defaultChecked" | ... 349 more ... | "twoToneColor">'.
227 | if (tab.type === TabType.Processes) return ;
228 | if (tab.type === TabType.Metrics) return ;
The text was updated successfully, but these errors were encountered: