Skip to content

Commit e52345b

Browse files
committed
fix: only show dropdown when using multiple tables
1 parent 70425e4 commit e52345b

File tree

1 file changed

+1
-1
lines changed
  • src/Serilog.Ui.Web/assets/script

1 file changed

+1
-1
lines changed

src/Serilog.Ui.Web/assets/script/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const initTableKey = () => {
5656

5757
key.innerHTML = innerHTML;
5858

59-
if (s.length > 0) {
59+
if (s.length > 1) {
6060
keySelect.classList.remove("d-none");
6161
}
6262
})

0 commit comments

Comments
 (0)