refactor(editor): Correct some prop types (no-changelog) (#10907)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-09-23 09:19:37 +02:00
committed by GitHub
parent 769ddfdd1d
commit 60ee0d4ce7
22 changed files with 43 additions and 42 deletions

View File

@@ -172,7 +172,7 @@ const dateTimePickerOptions = ref({
});
const isFocused = ref(false);
const displayValue = computed<string | number | boolean | null>(() => {
const displayValue = computed(() => {
if (remoteParameterOptionsLoadingIssues.value) {
if (!nodeType.value || nodeType.value?.codex?.categories?.includes(CORE_NODES_CATEGORY)) {
return i18n.baseText('parameterInput.loadOptionsError');