We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d318c commit c78a85dCopy full SHA for c78a85d
src/lib/components/domains/nameserverTable.svelte
@@ -5,8 +5,8 @@
5
6
let {
7
domain,
8
- verified = undefined,
9
- ruleStatus = undefined
+ verified,
+ ruleStatus
10
}: {
11
domain: string;
12
verified?: boolean;
src/lib/components/domains/recordTable.svelte
@@ -14,10 +14,10 @@
14
15
16
17
18
variant,
19
service = 'general',
20
- ruleStatus = undefined,
+ ruleStatus,
21
onNavigateToNameservers = () => {},
22
onNavigateToA = () => {},
23
onNavigateToAAAA = () => {}
0 commit comments