feat(sessions): move sessions to existing worktrees
This commit is contained in:
@@ -49,6 +49,7 @@ type Props = {
|
||||
| 'setDeleteSessionConfirm'
|
||||
| 'startFolderRename'
|
||||
| 'setCopiedSessionId'
|
||||
| 'startSessionWorktreeMenuLoad'
|
||||
>;
|
||||
|
||||
export const RecentSessionSection: React.FC<Props> = (props) => {
|
||||
@@ -162,6 +163,7 @@ export const RecentSessionSection: React.FC<Props> = (props) => {
|
||||
setDeleteSessionConfirm={props.setDeleteSessionConfirm}
|
||||
startFolderRename={props.startFolderRename}
|
||||
setCopiedSessionId={props.setCopiedSessionId}
|
||||
startSessionWorktreeMenuLoad={props.startSessionWorktreeMenuLoad}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user