Upgraded npm package. Made update view paths shorter
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<DataTableColumn TItem="ApiKeyDetailResponse">
|
||||
<ColumnTemplate>
|
||||
<div class="flex justify-end">
|
||||
<a href="/admin/api/update/@(context.Id)" class="text-primary-500 mr-2 sm:mr-3">
|
||||
<a href="/admin/api/@(context.Id)" class="text-primary-500 mr-2 sm:mr-3">
|
||||
<i class="icon-pencil text-base"></i>
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user