Then, change the SAVE and CANCEL buttons to use the MUI Button component: return( <div> <button onClick={handleClickOpen}>Edit</button> <Dialog open={open} ...
確定! 回上一頁