mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
test: fix RuleView preview
This commit is contained in:
parent
55b541403e
commit
6faca0f72b
1 changed files with 3 additions and 1 deletions
|
|
@ -225,5 +225,7 @@ extension RuleView: View {
|
||||||
}
|
}
|
||||||
|
|
||||||
#Preview {
|
#Preview {
|
||||||
RuleView(rule: .constant(OnDemandRule(name: "Preview Rule")))
|
NavigationStack {
|
||||||
|
RuleView(rule: .constant(OnDemandRule(name: "Preview Rule")))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue