From 7c594c68f7ae5a2d1f49a48f2e592ba23c7cd445 Mon Sep 17 00:00:00 2001 From: Jacob Hands Date: Thu, 29 Dec 2022 06:30:05 -0600 Subject: [PATCH] fix: Remove redundant refresh in usePaginator (#626) --- composables/paginator.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/composables/paginator.ts b/composables/paginator.ts index 72e0791e..5c634ab1 100644 --- a/composables/paginator.ts +++ b/composables/paginator.ts @@ -103,7 +103,6 @@ export function usePaginator( ) loadNext() }, - { immediate: true }, ) }