????

Your IP : 216.73.217.111


Current Path : /home/arabianr/public_html/wp-content/plugins/extendify/src/Agent/workflows/theme/
Upload File :
Current File : /home/arabianr/public_html/wp-content/plugins/extendify/src/Agent/workflows/theme/update-logo.js

import { UpdateLogoConfirm } from '@agent/workflows/theme/components/UpdateLogoConfirm';

const { abilities } = window.extAgentData;

export default {
	available: () => abilities?.canEditSettings && abilities?.canUploadMedia,
	id: 'update-logo',
	whenFinished: {
		component: UpdateLogoConfirm,
	},
};