fixed delete dialog broken in last commit 🙄
This commit is contained in:
parent
fddc415c86
commit
3d8b38ffe4
2 changed files with 8 additions and 5 deletions
|
@ -18,7 +18,7 @@ module.exports = function(file, state, emit) {
|
|||
const remaining = timeLeft(ttl) || state.translate('linkExpiredAlt');
|
||||
const row = html`
|
||||
<tr id="${file.id}">
|
||||
<td title="${file.name}">${file.name}</td>
|
||||
<td class="overflow-col" title="${file.name}">${file.name}</td>
|
||||
<td class="center-col">
|
||||
<img onclick=${copyClick} src="${assets.get(
|
||||
'copy-16.svg'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue