Skip to content

Commit e9f9965

Browse files
committed
fix: Correct type build error on removed replicated parameter
Replicated will be inferred inside the function for easier usability.
1 parent ad05993 commit e9f9965

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/instance/applications/modals/DeleteDirectoryOrFileModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function DeleteDirectoryOrFileModal({
3131
? undefined
3232
: `${openedEntry.path.split('/').slice(1).join('/')}`,
3333
project: openedEntry.project,
34-
replicated: instanceParams.entityType === 'cluster',
3534
...instanceParams,
3635
},
3736
{

0 commit comments

Comments
 (0)