mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
refactor(editor): Correct some prop types (no-changelog) (#10907)
This commit is contained in:
committed by
GitHub
parent
769ddfdd1d
commit
60ee0d4ce7
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import AssistantIcon from '../AskAssistantIcon/AssistantIcon.vue';
|
||||
|
||||
withDefaults(defineProps<{ size: 'small' | 'mini' }>(), {
|
||||
withDefaults(defineProps<{ size?: 'small' | 'mini' }>(), {
|
||||
size: 'small',
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user