Commit 221d17b2 authored by liujiaxin's avatar liujiaxin

fix audio component withRmBtn prop

parent 6512cb21
...@@ -19,6 +19,7 @@ export class AudioRecorderComponent implements OnInit, OnChanges, OnDestroy { ...@@ -19,6 +19,7 @@ export class AudioRecorderComponent implements OnInit, OnChanges, OnDestroy {
isUploading = false; isUploading = false;
type = Type.UPLOAD; // record | upload type = Type.UPLOAD; // record | upload
Type = Type; Type = Type;
@Input()
withRmBtn = false; withRmBtn = false;
uploadUrl = (window as any).courseware.uploadUrl(); uploadUrl = (window as any).courseware.uploadUrl();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment