story: Fix the startup error in the dock example (#1093)
This commit is contained in:
parent
37aa26d655
commit
75af2b31ba
1 changed files with 1 additions and 0 deletions
|
|
@ -651,6 +651,7 @@ impl StoryState {
|
||||||
"AccordionStory" => story!(AccordionStory),
|
"AccordionStory" => story!(AccordionStory),
|
||||||
"SidebarStory" => story!(SidebarStory),
|
"SidebarStory" => story!(SidebarStory),
|
||||||
"FormStory" => story!(FormStory),
|
"FormStory" => story!(FormStory),
|
||||||
|
"NotificationStory" => story!(NotificationStory),
|
||||||
_ => {
|
_ => {
|
||||||
unreachable!("Invalid story klass: {}", self.story_klass)
|
unreachable!("Invalid story klass: {}", self.story_klass)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue