temp
This commit is contained in:
@@ -74,7 +74,7 @@ export const Preview = () => {
|
||||
const code = {
|
||||
id: data.id,
|
||||
title: data.title,
|
||||
codeId: data.Id,
|
||||
codeId: data.id,
|
||||
code: data.code,
|
||||
data: data.data,
|
||||
};
|
||||
@@ -88,7 +88,7 @@ export const Preview = () => {
|
||||
const code = {
|
||||
id: data.id,
|
||||
title: data.title,
|
||||
codeId: data.Id,
|
||||
codeId: data.id,
|
||||
code: data.code,
|
||||
data: data.data,
|
||||
hash: '',
|
||||
|
||||
Reference in New Issue
Block a user