lint
This commit is contained in:
parent
133ce9e784
commit
98a2da20b4
|
@ -112,7 +112,7 @@
|
|||
|
||||
.tag {
|
||||
display: flex;
|
||||
color: #FFFFFF;
|
||||
color: #ffffff;
|
||||
padding: 4px 8px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
let editingUuid
|
||||
|
||||
$: isCloud = $admin.cloud
|
||||
$: budibaseAIEnabled = $licensing.budibaseAIEnabled
|
||||
$: customAIConfigsEnabled = $licensing.customAIConfigsEnabled
|
||||
|
||||
async function fetchAIConfig() {
|
||||
|
|
Loading…
Reference in New Issue