Skip to content

chore: referenceType uses uri instead of code dataset-catalog#1094

Draft
hegeaal wants to merge 1 commit into
mainfrom
chore/ha/update-reference-type-to-use-uri
Draft

chore: referenceType uses uri instead of code dataset-catalog#1094
hegeaal wants to merge 1 commit into
mainfrom
chore/ha/update-reference-type-to-use-uri

Conversation

@hegeaal
Copy link
Copy Markdown
Contributor

@hegeaal hegeaal commented Apr 22, 2025

No description provided.

@hegeaal hegeaal marked this pull request as draft April 23, 2025 07:41
@hegeaal hegeaal force-pushed the chore/ha/update-reference-type-to-use-uri branch from bea7aa0 to c1a9519 Compare April 23, 2025 07:41
const hasNoFieldValues = (values: Reference) => {
if (!values) return true;
return _.isEmpty(values?.referenceType?.code) && _.isEmpty(values?.source?.uri);
return _.isEmpty(values?.referenceType?.uri) && _.isEmpty(values?.source?.uri);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kan du endre til partial import i samme slengen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants