Skip to content

Commit

Permalink
Fix:Save Button hiding issue in customer creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjusha-tridz committed Jan 15, 2024
1 parent 6de9224 commit f17e37e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ury_pos/public/urypos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/assets/ury_pos/urypos/URY.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>URY POS</title>
<script type="module" crossorigin src="/assets/ury_pos/urypos/assets/index-214798b4.js"></script>
<script type="module" crossorigin src="/assets/ury_pos/urypos/assets/index-e6ebee7c.js"></script>
<link rel="stylesheet" href="/assets/ury_pos/urypos/assets/index-5eb6e3fc.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion ury_pos/www/urypos.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/assets/ury_pos/urypos/URY.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>URY POS</title>
<script type="module" crossorigin src="/assets/ury_pos/urypos/assets/index-214798b4.js"></script>
<script type="module" crossorigin src="/assets/ury_pos/urypos/assets/index-e6ebee7c.js"></script>
<link rel="stylesheet" href="/assets/ury_pos/urypos/assets/index-5eb6e3fc.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion urypos/src/components/Customer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
v-if="this.customers.showModalNewCustomer"
class="fixed inset-0 z-10 mt-20 overflow-y-auto bg-gray-100"
>
<div class="mt-10 flex items-center justify-center">
<div class="mt-10 mb-16 flex items-center justify-center">
<div class="w-full rounded-lg bg-white p-6 shadow-lg md:max-w-md">
<div class="flex justify-end">
<span class="sr-only">Close</span>
Expand Down

0 comments on commit f17e37e

Please sign in to comment.