Skip to content

Commit 5a4a04a

Browse files
committed
fix: use timeout: 'unlimited' for alert when record is updated
AdminForth/1797/implement-jsonformplugin-using
1 parent f1dbbd8 commit 5a4a04a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/views/EditView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async function saveRecord() {
251251
alert({
252252
message: t('Record updated successfully'),
253253
variant: 'success',
254-
timeout: 400000
254+
timeout: 'unlimited'
255255
});
256256
router.push({ name: 'resource-show', params: { resourceId: route.params.resourceId, primaryKey: resp.recordId } });
257257
}

0 commit comments

Comments
 (0)