mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): the bottom button on floating side panel clears all queue items
This commit is contained in:
committed by
psychedelicious
parent
4477e04d59
commit
d7f16b7c87
@@ -12,7 +12,7 @@ type ClearQueueIconButtonProps = ClearQueueButtonProps & {
|
||||
onOpen: () => void;
|
||||
};
|
||||
|
||||
const ClearAllQueueIconButton = ({ onOpen, ...props }: ClearQueueIconButtonProps) => {
|
||||
export const ClearAllQueueIconButton = ({ onOpen, ...props }: ClearQueueIconButtonProps) => {
|
||||
const { t } = useTranslation();
|
||||
const { isLoading, isDisabled } = useClearQueue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user