Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Hide license field in dandiset registration, populate with dummy value #124

Closed
wants to merge 2 commits into from

Conversation

aaronkanzer
Copy link

No description provided.

Copy link

netlify bot commented Mar 14, 2024

Deploy Preview for lincbrain-org ready!

Name Link
🔨 Latest commit 464eed9
🔍 Latest deploy log https://app.netlify.com/sites/lincbrain-org/deploys/65f313bf0bcbb1000887ba6f
😎 Deploy Preview https://deploy-preview-124--lincbrain-org.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@aaronkanzer aaronkanzer changed the title Hide license field in dandiset registration, populate with dummy value Draft: Hide license field in dandiset registration, populate with dummy value Mar 14, 2024
@@ -162,7 +162,7 @@ const store = useDandisetStore();

const name = ref('');
const description = ref('');
const license = ref<LicenseType>();
const license = ref<LicenseType>('spdx:CC0-1.0');
Copy link
Author

Choose a reason for hiding this comment

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

Note for Slack comment for Kabi

@kabilar kabilar marked this pull request as draft May 22, 2024 02:52
@kabilar
Copy link
Member

kabilar commented Aug 10, 2024

Thank you, Aaron. I am going to close this pull request pending further discussion in #125.

@kabilar kabilar closed this Aug 10, 2024
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