mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-03-13 12:13:23 +00:00
Merge branch 'fix-api-docs-layout' into 'develop'
Fix API Docs layout See merge request baserow/baserow!2911
This commit is contained in:
commit
2f9806fa3d
2 changed files with 8 additions and 1 deletions
changelog/entries/unreleased/bug
web-frontend/modules/database/pages
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "bug",
|
||||
"message": "Fix API Docs view layout",
|
||||
"issue_number": null,
|
||||
"bullet_points": [],
|
||||
"created_at": "2024-11-26"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="auth__wrapper">
|
||||
<h1 class="box__title">{{ $t('apiDocsComponent.title') }}</h1>
|
||||
<template v-if="isAuthenticated">
|
||||
<i18n path="apiDocsComponent.intro" tag="p">
|
||||
|
|
Loading…
Reference in a new issue