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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};