require('./lockNotification.less'); const React = require('react'); function LockNotification(props) { props = { shareId : 0, disableLock : ()=>{}, ...props } const removeLock = () => { alert(`Not yet implemented - ID ${props.shareId}`); }; return
This brew been locked by the Administrators. It will not be accessible by any method other than the Editor until the lock is removed.
{props.message || 'Unable to retrieve Lock Message'}
Once you have resolved this issue, click REQUEST LOCK REMOVAL to notify the Administrators for review.
Click CONTINUE TO EDITOR to temporarily hide this notification; it will reappear the next time the page is reloaded.