Add fileName property to models and update related components for file handling
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export class Tutorial {
|
||||
isSelected?: boolean;
|
||||
id?: any;
|
||||
fileName?: any;
|
||||
title?: string;
|
||||
description?: string;
|
||||
published?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user