Skip to content

Commit

Permalink
UI: hide edit button for dbSchemaVersion and rsa
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Jan 28, 2024
1 parent 0095cc8 commit 08a97ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion client/src/components/configurations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
</v-btn>

<template
v-if="['dbSchemaVersion', 'rsa'].indexOf(props.props.item.name) < 0"
v-if="
['dbSchemaVersion', 'rsa'].indexOf(
props.props.item.columns.name,
) < 0
"
>
<v-btn
@click="props.editItem(props.props)"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notify-bc",
"version": "5.0.12",
"version": "5.0.13",
"dbSchemaVersion": "0.9.0",
"description": "A versatile notification API server",
"author": "f-w",
Expand Down

0 comments on commit 08a97ec

Please sign in to comment.