mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
web new api done
This commit is contained in:
@@ -52,9 +52,9 @@ export class Utils {
|
||||
|
||||
calendarTypeSeleted(calendarName) {
|
||||
var selectedType = {
|
||||
'Reunião': 1,
|
||||
'Viagem': 2,
|
||||
'Conferência': 3,
|
||||
'Meeting': 1,
|
||||
'Travel': 2,
|
||||
'Conference': 3,
|
||||
'Encontro': 1
|
||||
}
|
||||
return selectedType[calendarName];
|
||||
|
||||
Reference in New Issue
Block a user