From c39c94a12a83c42b7dd50299e55ea633cf55ea2d Mon Sep 17 00:00:00 2001 From: Dhruv Parmar <83108871+dhruvjsx@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:03:01 +0530 Subject: [PATCH] Minor: Removed Divider from table (#20702) * removed divider from application setting * removed beta url --- .../Applications/AppSchedule/AppSchedule.component.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Settings/Applications/AppSchedule/AppSchedule.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Settings/Applications/AppSchedule/AppSchedule.component.tsx index bc46d92eb79..a07ecafe65b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Settings/Applications/AppSchedule/AppSchedule.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Settings/Applications/AppSchedule/AppSchedule.component.tsx @@ -10,7 +10,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import { Button, Col, Divider, Modal, Row, Space, Typography } from 'antd'; +import { Button, Col, Modal, Row, Space, Typography } from 'antd'; import cronstrue from 'cronstrue'; import { isEmpty } from 'lodash'; import React, { @@ -244,9 +244,9 @@ const AppSchedule = ({ )} - - - {appRunHistory} + + {appRunHistory} +