Skip to content

Commit

Permalink
fix(webapp): wrong component name
Browse files Browse the repository at this point in the history
fixes side effect with desec-io#748
  • Loading branch information
Rotzbua committed Jul 15, 2023
1 parent 9762509 commit 8fefdfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/webapp/src/components/Field/GenericTextarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<script>
export default {
name: 'GenericText',
name: 'GenericTextarea',
props: {
disabled: {
type: Boolean,
Expand Down
2 changes: 1 addition & 1 deletion www/webapp/src/components/Field/Record/SVCB.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const MAX16 = 65535;
const int16 = between(0, MAX16);
export default {
name: 'RecordDNSKEY',
name: 'RecordSVCB',
extends: RecordItem,
data: () => ({
fields: [
Expand Down

0 comments on commit 8fefdfc

Please sign in to comment.