Keep preset and share search params in the url

This commit is contained in:
Misode
2024-11-21 05:41:15 +01:00
parent 4bbff0969f
commit a2d8adbc4b
2 changed files with 5 additions and 2 deletions

View File

@@ -412,6 +412,7 @@ const initialize: core.ProjectInitializer = async (ctx) => {
fields: Object.entries(properties).map(([propKey, propValues]) => ({
kind: 'pair',
key: propKey,
optional: true,
type: {
kind: 'union',
members: propValues.map(value => ({