Skip to content

Commit

Permalink
feat: modify judgement
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Sep 22, 2023
1 parent be2e6e4 commit 4e90edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/saved_objects/service/lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ export class SavedObjectsRepository {
options.workspaces,
transformedObject.workspaces
);
if (!filteredWorkspaces.length) {
if (filteredWorkspaces.length) {
workspaceConflict = true;
}
}
Expand Down

0 comments on commit 4e90edf

Please sign in to comment.