1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Remove console log when create screen modal (#12528)

This commit is contained in:
Gerard Burns 2023-12-11 12:06:35 +00:00 committed by GitHub
parent 582711858f
commit c06bb7e3ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,6 @@
// Handler for DatasourceModal confirmation, move to screen access select
const confirmScreenDatasources = async ({ templates }) => {
console.log(templates)
selectedTemplates = templates
screenAccessRoleModal.show()
}