Skip to content

Commit

Permalink
feat(fe): change can't delete alert style
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Feb 3, 2022
1 parent bcc98ec commit 3e8004e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web2/src/components/ObjectRefsView.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<div class="object-refs-view">
<v-alert
dense
type="info"
type="warning"
prominent
>
The {{ objectTitle }} used by other resources.
The {{ objectTitle }} can't be deleted because it used by the resources below
</v-alert>
<div
v-for="s in sections"
Expand Down

0 comments on commit 3e8004e

Please sign in to comment.