Merge branch 'api-usage-tracking' of github.com:Budibase/budibase into deployment-api-usage
This commit is contained in:
commit
4ec6fc4a52
|
@ -94,7 +94,7 @@ exports.update = async (apiKey, property, usage) => {
|
|||
await apiKeyTable.put({ item: keyObj })
|
||||
return
|
||||
}
|
||||
throw "Resource limits have been reached"
|
||||
}
|
||||
throw "Resource limits have been reached"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
{#if schema[header].type === 'attachment'}
|
||||
<AttachmentList files={row[header]} />
|
||||
{:else if schema[header].type === 'link'}
|
||||
<td>{row[header] ? row[header].length : 0} related row(s)</td>
|
||||
<td>{row[header]} related row(s)</td>
|
||||
{:else if row[header]}
|
||||
<td>{row[header]}</td>
|
||||
{/if}
|
||||
|
|
Loading…
Reference in New Issue