|
|
|
@ -316,7 +316,7 @@ class _AddVacationRuleScreenState extends State<AddVacationRuleScreen> {
|
|
|
|
12.height,
|
|
|
|
12.height,
|
|
|
|
PopupMenuButton(
|
|
|
|
PopupMenuButton(
|
|
|
|
child: DynamicTextFieldWidget(
|
|
|
|
child: DynamicTextFieldWidget(
|
|
|
|
"Notification",
|
|
|
|
LocaleKeys.notification.tr(),
|
|
|
|
selectedItemTypeNotification == null ? LocaleKeys.selectNotification.tr() : selectedItemTypeNotification!.nOTIFICATIONDISPLAYNAME!,
|
|
|
|
selectedItemTypeNotification == null ? LocaleKeys.selectNotification.tr() : selectedItemTypeNotification!.nOTIFICATIONDISPLAYNAME!,
|
|
|
|
isEnable: false,
|
|
|
|
isEnable: false,
|
|
|
|
isPopup: true,
|
|
|
|
isPopup: true,
|
|
|
|
|