🐛 fix(api): Fix type error in API request and add return URL parameter
This commit is contained in:
@@ -143,7 +143,7 @@ export function SubscriptionDetail({
|
||||
header: 'ID',
|
||||
},
|
||||
{
|
||||
accessorKey: 'imei',
|
||||
accessorKey: 'identifier',
|
||||
header: 'IMEI',
|
||||
},
|
||||
{
|
||||
@@ -182,7 +182,7 @@ export function SubscriptionDetail({
|
||||
}}
|
||||
actions={{
|
||||
render: (row) => {
|
||||
if (!row.imei) return [];
|
||||
if (!row.identifier) return [];
|
||||
return [
|
||||
<ConfirmButton
|
||||
key='offline'
|
||||
|
||||
Reference in New Issue
Block a user