fix: casing throughout the platform (#5293)
This commit is contained in:
parent
3a5c77e8a4
commit
8f8a97589d
37 changed files with 50 additions and 146 deletions
|
|
@ -68,7 +68,7 @@ export const DeleteGlobalViewModal: React.FC<Props> = observer((props) => {
|
|||
handleSubmit={handleDeletion}
|
||||
isSubmitting={isDeleteLoading}
|
||||
isOpen={isOpen}
|
||||
title="Delete View"
|
||||
title="Delete view"
|
||||
content={
|
||||
<>
|
||||
Are you sure you want to delete view-{" "}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue