Applied new padding component

This commit is contained in:
Patrick Alvin Alcala 2025-09-25 09:23:49 +08:00
parent 34dcf21040
commit b330d6685a
4 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ export default () => {
const getAssessors = async () => {
try {
const assessors = await ofetch(API + 'get-list-assessors', { parseResponse: JSON.parse })
assessorsNameList = [...assessors.result2]
assessorsNameList = [...assessors.result]
} catch (error) {
console.error(error)
}
@ -24,7 +24,7 @@ export default () => {
return (
<>
<Page>
<Padding left={4.75} right={4.75}>
<Padding left={4.75} right={4.75} top={0} bottom={0}>
<Display desktop tablet>
<Row content="split">
<Row content="left" gap={2}>