CEC-4250, CEC-4251 Fix timed out test (#328)

This commit is contained in:
John Wu
2023-05-02 17:13:26 -07:00
committed by GitHub
parent ad5a7a527e
commit 8752445aeb
7 changed files with 8 additions and 7 deletions

View File

@@ -195,7 +195,7 @@ const MainForm = () => {
),
});
}
if (hasRole(groups, Permissions.FiskerRead, providers)) {
if (hasRole(groups, Permissions.FiskerCreate, providers)) {
actions.push({
tip: `Update "${row.name} ${row.version}"`,
link: `/package-update/${row.id}`,