update dashboard text

This commit is contained in:
2021-08-09 11:42:23 +05:30
parent 1199891829
commit 2af2e4cdc2
38 changed files with 100 additions and 78 deletions

View File

@ -63,17 +63,16 @@ function Uploader() {
name = "file-input" / >
<
/CCol> < /
CFormGroup > <
CCardFooter >
<
CButton type = "submit"
CFormGroup >
<CCardFooter >
<CButton type = "submit"
onClick = { onClickHandler }
size = "sm"
color = "primary" > < CIcon name = "cil-scrubber" / > アップロード < /CButton> < /
CCardFooter > <
/CCardBody> < /
CCard > <
/div>
CCardFooter>
</CCardBody>
</CCard>
</div>
)
}