fix: hide insert below button in submitted document
This commit is contained in:
parent
fd1357cd3d
commit
7833911b6f
1 changed files with 2 additions and 0 deletions
|
|
@ -71,9 +71,11 @@ export default class GridRowForm {
|
|||
<span class="text-medium"> ${__("Shortcuts")}: </span>
|
||||
<kbd>${__("Ctrl + Up")}</kbd> . <kbd>${__("Ctrl + Down")}</kbd> . <kbd>${__("ESC")}</kbd>
|
||||
</div>
|
||||
<span class="row-actions">
|
||||
<button class="btn btn-secondary btn-sm pull-right grid-append-row">
|
||||
${__("Insert Below")}
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue