feat: read only mode

This commit is contained in:
Jannat Patel
2025-04-29 18:39:22 +05:30
parent b1a9af5de8
commit 6d5a02e2a8
7 changed files with 30 additions and 5 deletions

View File

@@ -121,6 +121,7 @@ const certification = ref(false)
const filters = ref({})
const currentTab = ref('Live')
const { brand } = sessionStore()
const readOnlyMode = window.read_only_mode
onMounted(() => {
identifyUserPersona()