init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**phục vụ cho việc enable, disable các button cơ bản cho workflow
|
||||
* hiện tại chỉ thêm trong state
|
||||
* Nút delete hiện tại chỉ người nào tạo bài viết đó thì mới được hiển thị nút xóa ở trạng thái cho phép hiển thị nút xóa
|
||||
*/
|
||||
export const enableDisableButton = [
|
||||
{ title: 'Creatable',value: true},
|
||||
{ title: 'Updatable',value: true},
|
||||
{ title: 'Deletable' ,value: false},
|
||||
];
|
||||
Reference in New Issue
Block a user