This commit is contained in:
nguyen van thai
2024-07-09 16:17:48 +07:00
parent 7cb6199610
commit 212e6d357c
2 changed files with 11 additions and 11 deletions
@@ -21,7 +21,7 @@ const parseData = computed(() => {
const result = getInputValue(props.dataResult, "OBJECT");
switch (result?.contentType) {
case 1:
type.value = "Default";
type.value = "";
// type.value = "Image";
break;
case 2: