Skip to content
Snippets Groups Projects
Commit 97fe2e31 authored by ali asaria's avatar ali asaria
Browse files

Update version (hardcoded check)

parent c1e2d27f
Branches
Tags
No related merge requests found
......@@ -116,7 +116,7 @@ function CheckCurrentVersion({ activeStep, setActiveStep }) {
);
setVersion(ver);
if (ver === '0.1.3') {
if (ver === '0.1.4') {
setActiveStep(3);
}
})();
......@@ -128,7 +128,7 @@ function CheckCurrentVersion({ activeStep, setActiveStep }) {
<Typography level="body-sm">
Your version of Transformer Lab API is {version}
</Typography>
{version == '0.1.3' && <Chip color="success">Success!</Chip>}
{version == '0.1.4' && <Chip color="success">Success!</Chip>}
{activeStep == 2 && (
<ButtonGroup variant="plain" spacing={1}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment