diff --git a/src/PolicyEditor/index.jsx b/src/PolicyEditor/index.jsx
index f2b06f1..75faaa7 100644
--- a/src/PolicyEditor/index.jsx
+++ b/src/PolicyEditor/index.jsx
@@ -434,6 +434,13 @@ export class PolicyEditor extends Component {
{EffectiveListValue(this, "scheduling.cron")}
+
+
+
+ {OptionalBoolean(this, "", "policy.scheduling.runMissed", "inherit from parent")}
+
+ {EffectiveBooleanValue(this, "scheduling.runMissed")}
+