Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
jatindersingh93 committed Oct 31, 2023
1 parent 5a8fd4b commit fb0078c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ td .wrap-block {
}
.p-input-icon-clear-right {
position: absolute !important;
right: 0px;
right: 0rem;
line-height: 1.2;
}
1 change: 0 additions & 1 deletion frontend/src/components/bucket/BucketList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ onMounted(async () => {
<div class="flex justify-content-end">
<Button
v-if="usePermissionStore().isUserElevatedRights()"
v-tooltip.bottom="'Configure bucket'"
label="Primary"
class="p-button-outlined mt-4"
data-test="connect-bucket"
Expand Down

0 comments on commit fb0078c

Please sign in to comment.