We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79afb15 commit 8ba080cCopy full SHA for 8ba080c
src/commons/gitHubOverlay/FileExplorerDialog.tsx
@@ -171,17 +171,6 @@ const FileExplorerDialog: React.FC<FileExplorerDialogProps> = props => {
171
}
172
173
if (saveType === 'Create') {
174
- const persistenceFile = getPersistenceFile(filePath);
175
- if (persistenceFile === undefined) {
176
- throw new Error('persistence file not found for this filepath: ' + filePath);
177
- }
178
- const parentFolderPath = persistenceFile.parentFolderPath;
179
- if (parentFolderPath === undefined) {
180
- throw new Error(
181
- 'repository name or parentfolderpath not found for this persistencefile: ' +
182
- persistenceFile
183
- );
184
185
performCreatingSave(
186
props.octokit,
187
githubLoginID,
0 commit comments