upd : kalender divisi
Deskripsi: 0 tambah data - edit data kalender divisi - nb : bllm selesai No Issues
This commit is contained in:
8
constants/TypeEventRepeat.ts
Normal file
8
constants/TypeEventRepeat.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const valueTypeEventRepeat =
|
||||
[
|
||||
{ id: 'once', name: 'Acara 1 Kali' },
|
||||
{ id: 'daily', name: 'Setiap Hari' },
|
||||
{ id: 'weekly', name: 'Mingguan' },
|
||||
{ id: 'monthly', name: 'Bulanan' },
|
||||
{ id: 'yearly', name: 'Tahunan' },
|
||||
]
|
||||
Reference in New Issue
Block a user