chore: lint
This commit is contained in:
@@ -90,7 +90,7 @@ export const RightSidePanel = () => {
|
|||||||
const getListSettingsObject = useCallback(() => {
|
const getListSettingsObject = useCallback(() => {
|
||||||
let settings: {
|
let settings: {
|
||||||
listSelector?: string;
|
listSelector?: string;
|
||||||
fields?: Record<string, { selector: string; tag?: string;[key: string]: any }>;
|
fields?: Record<string, { selector: string; tag?: string; [key: string]: any }>;
|
||||||
pagination?: { type: string; selector?: string }
|
pagination?: { type: string; selector?: string }
|
||||||
} = {};
|
} = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user