mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:31:08 +08:00
commit
5b9d07ba47
@ -343,7 +343,7 @@ export default function start(render, { decorateStory } = {}) {
|
||||
storyStore.removeStoryKind(exp.default.title);
|
||||
}
|
||||
});
|
||||
if (removed.length > 1) {
|
||||
if (removed.length > 0) {
|
||||
storyStore.incrementRevision();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user