From 5917f84e0c694f3925b8f85d5a557d410dbc99b0 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Wed, 5 Mar 2025 11:52:19 +0330 Subject: [PATCH] change style --- src/components/dashboard/fastReact/operator/Toolbar.jsx | 2 +- src/components/dashboard/fastReact/supervisor/Toolbar.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/fastReact/operator/Toolbar.jsx b/src/components/dashboard/fastReact/operator/Toolbar.jsx index 428a360..7db297e 100644 --- a/src/components/dashboard/fastReact/operator/Toolbar.jsx +++ b/src/components/dashboard/fastReact/operator/Toolbar.jsx @@ -5,8 +5,8 @@ import { Stack } from "@mui/material"; const Toolbar = ({ table, filterData, mutate }) => { return ( - + ); }; diff --git a/src/components/dashboard/fastReact/supervisor/Toolbar.jsx b/src/components/dashboard/fastReact/supervisor/Toolbar.jsx index 428a360..7db297e 100644 --- a/src/components/dashboard/fastReact/supervisor/Toolbar.jsx +++ b/src/components/dashboard/fastReact/supervisor/Toolbar.jsx @@ -5,8 +5,8 @@ import { Stack } from "@mui/material"; const Toolbar = ({ table, filterData, mutate }) => { return ( - + ); };