fix: refs #6315 drop icon prop
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-02-29 15:35:58 +01:00
parent a5463c4738
commit 3a1ba0bc17
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import VnInput from 'src/components/common/VnInput.vue';
const props = defineProps({
modelValue: { type: String, default: '' },
icon: { type: Boolean, default: false },
});
const { t } = useI18n();