Skip to content

Conversation

@SpliiT
Copy link
Member

@SpliiT SpliiT commented Dec 29, 2025

No description provided.

pendingSelectionIds.value = []
}

function removeItem(id) {
Copy link
Member

Choose a reason for hiding this comment

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

où est-ce que c'est utilisé ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Dans data-manager.vue dans Vease

@SpliiT SpliiT requested a review from BotellaA December 30, 2025 19:43
const itemData = {
id,
name: value.name || id,
geode_object_type: value.geode_object_type || "Unknown",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
geode_object_type: value.geode_object_type || "Unknown",
geode_object_type: value.geode_object_type,

C'est interdit de ne pas avoir de geode object

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.

3 participants