Skip to content

Commit 10db0b5

Browse files
authored
Merge pull request #13 from niladam/fix/stop-displaying-null-text
2 parents 339d711 + 938d4b7 commit 10db0b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/dist/filament-auto-logout.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
document.body.appendChild(el);
167167
}
168168

169-
const timeLeftText = form.dataset.timeLeftText || null;
169+
const timeLeftText = form.dataset.timeLeftText || '';
170170

171171
el.setAttribute(
172172
'x-data',

0 commit comments

Comments
 (0)