Skip to content

Commit

Permalink
Run linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashleyhx committed Dec 11, 2023
1 parent 21f31cf commit 6ffe455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SchemaView/SchemaSidebarAddView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ export default {
components: {
SchemaPropertyEditCell,
},
emits: ["save", "discard"],
props: {
schema: {
type: Object,
Expand All @@ -281,6 +280,7 @@ export default {
required: true,
}
},
emits: ["save", "discard"],
data: () => ({
editingPropertyIndex: -1,
defaultNewProperty: {
Expand Down

0 comments on commit 6ffe455

Please sign in to comment.