Fix lint (#6922)
This commit is contained in:
@ -6,7 +6,6 @@ import { EntityForSelect } from '@/object-record/relation-picker/types/EntityFor
|
|||||||
import { RelationPickerHotkeyScope } from '@/object-record/relation-picker/types/RelationPickerHotkeyScope';
|
import { RelationPickerHotkeyScope } from '@/object-record/relation-picker/types/RelationPickerHotkeyScope';
|
||||||
import { usePreviousHotkeyScope } from '@/ui/utilities/hotkey/hooks/usePreviousHotkeyScope';
|
import { usePreviousHotkeyScope } from '@/ui/utilities/hotkey/hooks/usePreviousHotkeyScope';
|
||||||
import { useCallback, useContext, useState } from 'react';
|
import { useCallback, useContext, useState } from 'react';
|
||||||
import { isDefined } from 'twenty-ui';
|
|
||||||
|
|
||||||
export const useAddNewOpportunity = (position: string) => {
|
export const useAddNewOpportunity = (position: string) => {
|
||||||
const [isCreatingCard, setIsCreatingCard] = useState(false);
|
const [isCreatingCard, setIsCreatingCard] = useState(false);
|
||||||
|
|||||||
@ -25,7 +25,6 @@ export default defineConfig(({ command, mode }) => {
|
|||||||
? path.resolve(__dirname, './tsconfig.build.json')
|
? path.resolve(__dirname, './tsconfig.build.json')
|
||||||
: path.resolve(__dirname, './tsconfig.dev.json');
|
: path.resolve(__dirname, './tsconfig.dev.json');
|
||||||
|
|
||||||
|
|
||||||
const checkers: Checkers = {
|
const checkers: Checkers = {
|
||||||
overlay: false,
|
overlay: false,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user