* Fix bug of edit api lib.

This commit is contained in:
liumengyi
2023-03-31 10:59:28 +08:00
parent b47c1d5f45
commit 1d51a5ab11
2 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
</td>
</tr>
<tr>
<td class='text-center form-actions' colspan='2'><?php echo html::submitButton();?></td>
<td class='text-center form-actions' colspan='2'><?php echo html::hidden('type', $type) . html::submitButton();?></td>
</tr>
</table>
</form>