Skip to content

Commit

Permalink
fix component badaso select
Browse files Browse the repository at this point in the history
  • Loading branch information
miftahurrahmi committed Sep 26, 2023
1 parent 01402fd commit ee70be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/resources/badaso/components/BadasoSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</template>

<script>
import * as DOMPurify from 'dompurify';
import DOMPurify from 'dompurify';
export default {
name: "BadasoSelect",
components: {},
Expand Down
4 changes: 2 additions & 2 deletions src/resources/badaso/pages/auth/register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ export default {
email: "",
password: "",
passwordConfirmation: "",
baseUrl: process.env.MIX_ADMIN_PANEL_ROUTE_PREFIX
? process.env.MIX_ADMIN_PANEL_ROUTE_PREFIX
baseUrl: import.meta.env.VITE_ADMIN_PANEL_ROUTE_PREFIX
? import.meta.env.VITE_ADMIN_PANEL_ROUTE_PREFIX
: "badaso-dashboard",
genderitems:[
Expand Down

0 comments on commit ee70be7

Please sign in to comment.