Skip to content

Commit

Permalink
add manage of machine miss select type
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcellino-Palerme committed Jan 7, 2024
1 parent 8c7b477 commit d8199f5
Show file tree
Hide file tree
Showing 6 changed files with 636 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/DbCompoundShowList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ async function deleteCompound(id:string, name:string){
<v-textarea
v-model="currentCompound.description"
clearable
:label="t('Label.description')"
:label="t('label.description')"
/>
<template
v-if="validCompoundName"
Expand Down
Loading

0 comments on commit d8199f5

Please sign in to comment.