Skip to content

Commit 8728d61

Browse files
committed
fix: correct license expiration data extraction in Header component
1 parent 76d605d commit 8728d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/daas/src/layouts/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const getLicense = async () => {
198198
}
199199
200200
getLicenseExpires().then((data: any) => {
201-
const expires_on = data?.data?.expires_on
201+
const expires_on = data?.expires_on
202202
203203
if (!expires_on) {
204204
licenseExpireVisible.value = false

0 commit comments

Comments
 (0)