Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <github@dartcafe.de>
  • Loading branch information
dartcafe committed May 25, 2024
1 parent c507bf0 commit 158ab85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/js/components/Combo/VoteItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default {

</script>

<style lang="scss">
<style lang="scss" scoped>

.vote-item {
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions src/js/components/VoteTable/VoteItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {
setTo: this.nextAnswer,
})
showSuccess(t('polls', 'Vote saved'), { timeout: 2000 })
} catch (error) {
} catch (e) {
showError(t('polls', 'Error saving vote'))

}
Expand All @@ -128,7 +128,7 @@ export default {

</script>

<style lang="scss">
<style lang="scss" scoped>

.vote-item {
display: flex;
Expand Down

0 comments on commit 158ab85

Please sign in to comment.