Skip to content

Commit

Permalink
Revert "CORE-1967 Don't attempt to update read-only LocalContexts met…
Browse files Browse the repository at this point in the history
…adata"

This reverts commit 382101e.
  • Loading branch information
psarando committed Mar 6, 2024
1 parent 382101e commit 98acb37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/metadata/templates/LocalContextsField.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ const LocalContextsField = ({
}),
enabled: !!projectHubURI && !fieldError,
onSuccess: (project) => {
if (!writable) return;

let newValue = avu.value || "";

const projectLabels = [
Expand Down

0 comments on commit 98acb37

Please sign in to comment.