2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00

fix: Remove setup wizard description

This commit is contained in:
Faris Ansari 2020-04-30 16:42:22 +05:30
parent df1518f2ad
commit af0c8bb3b0

View File

@ -1,13 +1,10 @@
<template> <template>
<div class="py-10 flex-1 bg-white window-drag"> <div class="flex-1 py-10 bg-white window-drag">
<div class="px-12"> <div class="px-12">
<h1 class="text-2xl font-semibold">{{ _('Setup your organization') }}</h1> <h1 class="text-2xl font-semibold">{{ _('Setup your organization') }}</h1>
<p class="text-gray-600">
{{ _('These settings can be changed later') }}
</p>
</div> </div>
<div class="px-8 mt-5 window-no-drag" v-if="doc"> <div class="px-8 mt-5 window-no-drag" v-if="doc">
<div class="flex items-center border bg-brand rounded-xl px-6 py-5 mb-4"> <div class="flex items-center px-6 py-5 mb-4 border bg-brand rounded-xl">
<FormControl <FormControl
:df="meta.getField('companyLogo')" :df="meta.getField('companyLogo')"
:value="doc.companyLogo" :value="doc.companyLogo"
@ -49,11 +46,11 @@
</div> </div>
<TwoColumnForm :fields="fields" :doc="doc" /> <TwoColumnForm :fields="fields" :doc="doc" />
</div> </div>
<div class="px-8 flex justify-end mt-5 window-no-drag"> <div class="flex justify-end px-8 mt-5 window-no-drag">
<Button <Button
@click="submit" @click="submit"
type="primary" type="primary"
class="text-white text-sm" class="text-sm text-white"
:disabled="!valuesFilled || loading" :disabled="!valuesFilled || loading"
> >
{{ buttonText }} {{ buttonText }}