mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): "CopyWorkflowLinkModal" -> "ShareWorkflowModal"
This commit is contained in:
@@ -32,7 +32,7 @@ export const useShareWorkflow = () => {
|
||||
return copyWorkflowLink;
|
||||
};
|
||||
|
||||
export const CopyWorkflowLinkModal = () => {
|
||||
export const ShareWorkflowModal = () => {
|
||||
const workflowToShare = useStore($workflowToShare);
|
||||
const projectUrl = useStore($projectUrl);
|
||||
const { t } = useTranslation();
|
||||
@@ -14,7 +14,7 @@ import { useTranslation } from 'react-i18next';
|
||||
import { PiDownloadSimpleBold, PiPencilBold, PiShareFatBold, PiTrashBold } from 'react-icons/pi';
|
||||
import type { WorkflowRecordListItemDTO } from 'services/api/types';
|
||||
|
||||
import { useShareWorkflow } from './CopyWorkflowLinkModal';
|
||||
import { useShareWorkflow } from './ShareWorkflowModal';
|
||||
import { WorkflowListItemTooltip } from './WorkflowListItemTooltip';
|
||||
|
||||
export const WorkflowListItem = ({ workflow }: { workflow: WorkflowRecordListItemDTO }) => {
|
||||
|
||||
Reference in New Issue
Block a user