We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225dd80 commit 745736aCopy full SHA for 745736a
src/components/d-runtime/DRuntimeList.tsx
@@ -8,7 +8,7 @@ import CardSection from "../card/CardSection";
8
import {DRuntimeContent} from "./DRuntimeContent";
9
10
export interface DRuntimeListProps extends Omit<Card, "children" | "onSelect"> {
11
- namespaceId: Namespace["id"]
+ namespaceId?: Namespace["id"]
12
filter?: (runtime: DRuntimeView, index: number) => boolean
13
onSelect?: (runtime: DRuntimeView) => void
14
onSetting?: (runtime: DRuntimeView) => void
0 commit comments