add cursor not allowed on Provider
This commit is contained in:
@ -361,7 +361,7 @@ const AddDialog = () => {
|
|||||||
<label className="form-label flex items-center gap-1 max-w-56">
|
<label className="form-label flex items-center gap-1 max-w-56">
|
||||||
Agent Name
|
Agent Name
|
||||||
</label>
|
</label>
|
||||||
<Input type="text" placeholder="Type Agent Only" readOnly />
|
<Input type="text" placeholder="Type Agent Only" readOnly className='cursor-not-allowed' />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@ -376,7 +376,7 @@ const EditDialog = () => {
|
|||||||
<label className="form-label flex items-center gap-1 max-w-56">
|
<label className="form-label flex items-center gap-1 max-w-56">
|
||||||
Agent Name
|
Agent Name
|
||||||
</label>
|
</label>
|
||||||
<Input type="text" placeholder="Type Agent Only" readOnly />
|
<Input type="text" placeholder="Type Agent Only" readOnly className='cursor-not-allowed' />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user