Bring back cloudflare ports warning in all places
This commit is contained in:
@@ -163,6 +163,10 @@ function onImport() {
|
||||
// TODO
|
||||
}
|
||||
|
||||
function onClone(backup) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
async function refresh() {
|
||||
const [error, result] = await appsModel.backups(props.app.id);
|
||||
if (error) return console.error(error);
|
||||
|
||||
Reference in New Issue
Block a user