fix(front): red button for delete img
This commit is contained in:
		
							parent
							
								
									f4a6aa4b2a
								
							
						
					
					
						commit
						a4441f9e53
					
				| 
						 | 
					@ -169,7 +169,8 @@ const getAttachmentUrl = (uuid: string) => {
 | 
				
			||||||
          </p>
 | 
					          </p>
 | 
				
			||||||
          <Button
 | 
					          <Button
 | 
				
			||||||
            v-if="value"
 | 
					            v-if="value"
 | 
				
			||||||
            class="ui basic tiny button"
 | 
					            destructive
 | 
				
			||||||
 | 
					            icon="bi-trash"
 | 
				
			||||||
            @click.stop.prevent="remove(value as string)"
 | 
					            @click.stop.prevent="remove(value as string)"
 | 
				
			||||||
          >
 | 
					          >
 | 
				
			||||||
            {{ t('components.common.AttachmentInput.button.remove') }}
 | 
					            {{ t('components.common.AttachmentInput.button.remove') }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue