fix back button
This commit is contained in:
@@ -67,7 +67,7 @@ class GoogleSheets {
|
||||
|
||||
if (canUpdate) {
|
||||
buttons += `
|
||||
<a href="/data/google-sheets/${cell}/edit" class="btn btn-yellow btn-sm d-inline-flex align-items-center justify-content-center">
|
||||
<a href="#" class="btn btn-yellow btn-sm d-inline-flex align-items-center justify-content-center">
|
||||
<i class='bx bx-edit'></i>
|
||||
</a>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user