From afb653a9f8ab25c3fe6d582ed57a30155fe5df22 Mon Sep 17 00:00:00 2001 From: gokhangunduz Date: Wed, 3 Jan 2024 18:52:13 +0300 Subject: [PATCH] feat(version): release 0.26.6 version --- package.json | 2 +- src/controllers/DataScienceTableData.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index df64aafc..090f0dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.26.5", + "version": "0.26.6", "private": true, "scripts": { "dev": "react-scripts start", diff --git a/src/controllers/DataScienceTableData.tsx b/src/controllers/DataScienceTableData.tsx index 9dad0203..0ce3d634 100644 --- a/src/controllers/DataScienceTableData.tsx +++ b/src/controllers/DataScienceTableData.tsx @@ -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";