refs #5633 remove emit
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-12-04 13:06:07 +01:00
parent b2b366032f
commit b400a23d43
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ function accountShortToStandard() {
'.', '.',
'0'.repeat(11 - internalValue.value.length) '0'.repeat(11 - internalValue.value.length)
); );
emit('accountShortToStandard', internalValue.value);
} }
</script> </script>