mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 15:27:40 +00:00
placeholder removed
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
bba9b76a80
commit
837b1b6d40
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
// Version 1.2.0
|
||||
|
||||
let startDate = ''
|
||||
let widgetInputRAW = args.widgetParameter || '2020-12-14';
|
||||
let widgetInputRAW = args.widgetParameter;
|
||||
let widgetInput = null;
|
||||
|
||||
if (widgetInputRAW !== null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue