Fix storybook for calling sources modal

This commit is contained in:
Fedor Indutny
2021-06-03 12:52:11 -07:00
committed by GitHub
parent 4416715bff
commit 5b18bb8563
4 changed files with 18 additions and 18 deletions

View File

@@ -14,6 +14,7 @@ export type PresentableSource = {
appIcon?: string;
id: string;
name: string;
isScreen: boolean;
thumbnail: string;
};