summaryrefslogtreecommitdiff
path: root/src/componentwrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/componentwrapper.rs')
-rw-r--r--src/componentwrapper.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs
index 8f493a3..5fe8f1d 100644
--- a/src/componentwrapper.rs
+++ b/src/componentwrapper.rs
@@ -174,7 +174,8 @@ components!(
clan
}
},
- template: template.unsaved()
+ template: template.unsaved(),
+ saturated: false
}
};
Clan (name: String);