Skip to content

Commit

Permalink
Merge pull request #201 from webitel/fix/add-style-in-condition-popup
Browse files Browse the repository at this point in the history
fix: add style in condition popup[WTEL-5694](https://webitel.atlassia…
  • Loading branch information
Lera24 authored Dec 18, 2024
2 parents 324b4cc + c2f008c commit b771ae3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.3",
"@webitel/ui-sdk": "^24.12.24",
"@webitel/ui-sdk": "^24.12.27",
"axios": "^1.7.7",
"deep-equal": "^2.2.1",
"dompurify": "^3.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{ !isNew ? t('lookups.slas.editCondition') : t('lookups.slas.addCondition') }}
</template>
<template #main>
<form>
<form class="opened-card-input-grid opened-card-input-grid--1-col">
<wt-input
:value="itemInstance.name"
:label="t('reusable.name')"
Expand Down

0 comments on commit b771ae3

Please sign in to comment.