Skip to content

Commit

Permalink
feat(version): release 0.26.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Jan 3, 2024
1 parent ebb0cab commit afb653a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.26.5",
"version": "0.26.6",
"private": true,
"scripts": {
"dev": "react-scripts start",
Expand Down
1 change: 0 additions & 1 deletion src/controllers/DataScienceTableData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useParams } from "react-router-dom";
import InfoCell from "../components/TableInformationCells/InfoCell";
import { IDataScienceApp } from "../interfaces/environmentInterfaces";
import BasicCell from "../components/TableInformationCells/BasicCell";
import ToggleCell from "../components/TableInformationCells/ToggleCell";
import DataScienceLogs from "../components/DataScienceLogs/DataScienceLogs";
import URLCell from "../components/TableInformationCells/URLCell";
import StartStopCell from "../components/TableInformationCells/StartStopCell";
Expand Down

0 comments on commit afb653a

Please sign in to comment.