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
Fix type
  • Loading branch information
Emyrk committed Sep 28, 2023
commit 385c411652185838173fb8be7064b7d38e61f3b1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DeploymentOption } from "api/api";
import { ClibaseOption } from "api/typesGenerated";
import {
Badges,
EnabledBadge,
Expand All @@ -14,7 +14,7 @@ import {
import { docs } from "utils/docs";

export type NetworkSettingsPageViewProps = {
options: DeploymentOption[];
options: ClibaseOption[];
};

export const NetworkSettingsPageView = ({
Expand Down