Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 18, 2024
1 parent 116dd8b commit 2441118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/meta.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
</main>
<script>
document.querySelector('#deleteTable').addEventListener('click', () => {
fetch('/tables/<%= Table.TableName %>', {
fetch('/tables/<%= encodeURIComponent(Table.TableName) %>', {
method: 'delete'
}).then((response) => {
Expand Down

0 comments on commit 2441118

Please sign in to comment.