Skip to content

Commit

Permalink
Fix type definition when applying application (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: AceDataCloud <[email protected]>
  • Loading branch information
Germey and AceDataCloud authored Aug 9, 2024
1 parent 99e7c5b commit 5039da7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix type definition",
"packageName": "@acedatacloud/nexior",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 0 additions & 1 deletion src/components/application/Status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export default defineComponent({
onApply() {
applicationOperator
.create({
type: IApplicationType.API,
service_id: this.service?.id
})
.then(({ data: data }: { data: IApplicationDetailResponse }) => {
Expand Down

0 comments on commit 5039da7

Please sign in to comment.