Skip to content

Commit

Permalink
Update link column error message background
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Jul 19, 2024
1 parent 5d39842 commit 835512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TheLinkColumnBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PageColumnBody class="relative">
<div
class="flex h-full flex-col items-center justify-center gap-3 pb-4"
:class="[showErrorMessage ? 'bg-controls-color' : '']"
:class="[view.availableColumns !== 1 && showErrorMessage ? 'bg-controls-color' : '']"
>
<template v-if="showErrorMessage">
<img
Expand Down

0 comments on commit 835512b

Please sign in to comment.