mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:18:03 -05:00
Lint
This commit is contained in:
committed by
psychedelicious
parent
931d6521f6
commit
95bd9cef18
@@ -85,11 +85,9 @@ const MaxRefImages = memo(() => {
|
||||
MaxRefImages.displayName = 'MaxRefImages';
|
||||
|
||||
const AddRefImageDropTargetAndButton = memo(() => {
|
||||
const { t } = useTranslation();
|
||||
const { dispatch, getState } = useAppStore();
|
||||
const tab = useAppSelector(selectActiveTab);
|
||||
const canvasManager = useCanvasManagerSafe();
|
||||
const isBusy = useCanvasIsBusySafe();
|
||||
|
||||
const uploadOptions = useMemo(
|
||||
() =>
|
||||
|
||||
Reference in New Issue
Block a user