refactor: improve logic
Signed-off-by: Sebastian <krupinski01@gmail.com>
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import { computed } from 'vue'
|
||||
import type { EntityInterface } from '@MailManager/types/entity'
|
||||
import type { MessageInterface } from '@MailManager/types/message'
|
||||
import type { EntityObject } from '@MailManager/models'
|
||||
import { SecurityLevel } from '@/utile/emailSanitizer'
|
||||
|
||||
interface Props {
|
||||
message: EntityInterface<MessageInterface>
|
||||
message: EntityObject
|
||||
isHtml: boolean
|
||||
allowImages: boolean
|
||||
securityLevel: SecurityLevel
|
||||
|
||||
Reference in New Issue
Block a user