remove workaround
This commit is contained in:
parent
96d110379e
commit
64c3cbc1db
@ -245,9 +245,7 @@ export function useTemplateDetails(
|
||||
|
||||
if (isValidating) return { loading: true, data: data?.data };
|
||||
if (data) {
|
||||
const d = structuredClone(data);
|
||||
d.data.pos_algorithm = 1;
|
||||
return d;
|
||||
return data;
|
||||
}
|
||||
if (error) return error.info;
|
||||
return { loading: true };
|
||||
|
Loading…
Reference in New Issue
Block a user