mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36:27 +00:00
fix: sidebar margin
- reduce baseCount for Create Demo
This commit is contained in:
parent
b44a77e75a
commit
cdefbe055d
@ -7,7 +7,10 @@
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<!-- Company name and DB Switcher -->
|
<!-- Company name and DB Switcher -->
|
||||||
<div class="px-2 flex flex-row items-center justify-between mb-6 mt-12">
|
<div
|
||||||
|
class="px-2 flex flex-row items-center justify-between mb-4"
|
||||||
|
:class="platform === 'Mac' ? 'mt-10' : 'mt-4'"
|
||||||
|
>
|
||||||
<h6
|
<h6
|
||||||
class="
|
class="
|
||||||
text-xl
|
text-xl
|
||||||
|
@ -230,7 +230,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.creatingDemo = true;
|
this.creatingDemo = true;
|
||||||
const baseCount = fyo.store.isDevelopment ? 1000 : 150;
|
const baseCount = fyo.store.isDevelopment ? 1000 : 100;
|
||||||
|
|
||||||
const { companyName, instanceId } = await setupDummyInstance(
|
const { companyName, instanceId } = await setupDummyInstance(
|
||||||
filePath,
|
filePath,
|
||||||
|
Loading…
Reference in New Issue
Block a user