Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use component alert
  • Loading branch information
sreya committed Dec 10, 2023
commit cde38cf81bd47fc4cb16f3bc2cfe7130d658b483
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { EmptyState } from "components/EmptyState/EmptyState";
import Button from "@mui/material/Button";
import OpenInNewOutlined from "@mui/icons-material/OpenInNewOutlined";
import { docs } from "utils/docs";
import { Alert } from "@mui/material";
import { Alert } from "components/Alert/Alert";

const WorkspaceParametersPage: FC = () => {
const workspace = useWorkspaceSettings();
Expand Down