fix: remove sep
This commit is contained in:
No files matched your search
@@ -1,4 +1,4 @@
|
||||
import { ref, reactive, watch } from 'vue'
|
||||
import { ref, reactive } from 'vue'
|
||||
// Components
|
||||
import { toast } from '~/components/pub/ui/toast'
|
||||
// Types
|
||||
@@ -220,7 +220,6 @@ export function useIntegrationSepList() {
|
||||
}
|
||||
|
||||
const handlePageChange = (page: number) => {
|
||||
// kept for compatibility
|
||||
console.log('pageChange', page)
|
||||
}
|
||||
|
||||
@@ -249,6 +248,7 @@ export function useIntegrationSepList() {
|
||||
variant: 'destructive',
|
||||
})
|
||||
} finally {
|
||||
recId.value = 0
|
||||
open.value = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user