mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-09 09:34:55 -05:00
[WebUI] Loopback Default False
This commit is contained in:
committed by
Lincoln Stein
parent
f26199d377
commit
4e1b619ad7
@@ -2,7 +2,7 @@ import { IconButton, Tooltip } from '@chakra-ui/react';
|
||||
import { useAppDispatch, useAppSelector } from '../../app/store';
|
||||
import { RootState } from '../../app/store';
|
||||
import { errorSeen, setShouldShowLogViewer, SystemState } from './systemSlice';
|
||||
import { UIEvent, useLayoutEffect, useRef, useState } from 'react';
|
||||
import { useLayoutEffect, useRef, useState } from 'react';
|
||||
import { FaAngleDoubleDown, FaCode, FaMinus } from 'react-icons/fa';
|
||||
import { createSelector } from '@reduxjs/toolkit';
|
||||
import { isEqual } from 'lodash';
|
||||
|
||||
Reference in New Issue
Block a user