Files
ComfyUI-Lora-Manager/static/js/state/index.js

9 lines
176 B
JavaScript

export const state = {
currentPage: 1,
isLoading: false,
hasMore: true,
sortBy: 'name',
activeFolder: null,
loadingManager: null,
observer: null
};