Skip to content

Commit

Permalink
Merge pull request #13 from niladam/fix/stop-displaying-null-text
Browse files Browse the repository at this point in the history
  • Loading branch information
niladam authored Feb 22, 2025
2 parents 339d711 + 938d4b7 commit 10db0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/dist/filament-auto-logout.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
document.body.appendChild(el);
}

const timeLeftText = form.dataset.timeLeftText || null;
const timeLeftText = form.dataset.timeLeftText || '';

el.setAttribute(
'x-data',
Expand Down

0 comments on commit 10db0b5

Please sign in to comment.