mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
refactor(editor): Correct some prop types (no-changelog) (#10907)
This commit is contained in:
committed by
GitHub
parent
769ddfdd1d
commit
60ee0d4ce7
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user