Skip to content

Commit b36de34

Browse files
Merge pull request #4045 from beckn/bugfix/aniket/4044/p2padmin-err-msg
fix(open-spark-admin): modifed code to deisplay correct err msg on fa…
2 parents e377ba7 + d6a38d1 commit b36de34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/open-spark-admin/locales/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const en: { [key: string]: string } = {
6060
errorUtilityCompany: 'Utility Company Required',
6161
logout: 'Logout',
6262
upload: 'Upload',
63+
error: 'Error!',
6364
errorText: 'Something went wrong',
6465
success: 'Success!',
6566
lockDemandSuccess: 'Demand Locked Successfully!',

apps/open-spark-admin/pages/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ const LockDemand = () => {
200200
backgroundColor={'#fff'}
201201
boxShadow=" 0 4px 20px 0 rgba(0, 0, 0, .07)"
202202
zIndex={'1'}
203-
pl="20px"
204-
pr="20px"
203+
p="20px"
205204
// height={'60px'}
206205
alignItems={'center'}
207206
justifyContent="space-between"
@@ -220,7 +219,7 @@ const LockDemand = () => {
220219
</Flex>
221220
<Box
222221
maxWidth={{ base: '100vw', md: '30rem', lg: '40rem' }}
223-
margin="calc(0rem + 60px) auto auto auto"
222+
margin="calc(0rem + 96px) auto auto auto"
224223
backgroundColor="white"
225224
// height={'calc(100vh - 330px)'}
226225
>

0 commit comments

Comments
 (0)