added "File" Prop Type to theatric project
This commit is contained in:
parent
a7325aebc9
commit
10b82772ed
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export function initialize(config: IProjectConfig): Promise<void> {
|
|||
}
|
||||
|
||||
export function getAssetUrl(asset: {
|
||||
type: 'image'
|
||||
type: 'image' | 'file'
|
||||
id: string | undefined
|
||||
}): string | undefined {
|
||||
if (!_project) {
|
||||
|
|
Loading…
Reference in a new issue