Web: Components: AccessRightSelect: delete icons for story

This commit is contained in:
DmitrySychugov 2023-05-30 16:57:50 +05:00
parent 3fa4a22a79
commit 341e344f0c

View File

@ -11,7 +11,6 @@ export const data = [
key: "key1", key: "key1",
label: "Room administrator", label: "Room administrator",
description: `Administration of rooms, archiving of rooms, inviting and managing users in rooms.`, description: `Administration of rooms, archiving of rooms, inviting and managing users in rooms.`,
icon: ActionsDocumentReactSvgUrl,
quota: "free", quota: "free",
color: "#20D21F", color: "#20D21F",
}, },
@ -19,7 +18,6 @@ export const data = [
key: "key2", key: "key2",
label: "Full access", label: "Full access",
description: `Edit, upload, create, view, download, delete files and folders.`, description: `Edit, upload, create, view, download, delete files and folders.`,
icon: CheckReactSvgUrl,
quota: "paid", quota: "paid",
color: "#EDC409", color: "#EDC409",
}, },
@ -29,30 +27,25 @@ export const data = [
key: "key4", key: "key4",
label: "Editing", label: "Editing",
description: `Editing, viewing, downloading files and folders, filling out forms.`, description: `Editing, viewing, downloading files and folders, filling out forms.`,
icon: AccessEditReactSvgUrl,
}, },
{ {
key: "key5", key: "key5",
label: "Review", label: "Review",
description: `Reviewing, viewing, downloading files and folders, filling out forms.`, description: `Reviewing, viewing, downloading files and folders, filling out forms.`,
icon: AccessReviewReactSvgUrl,
}, },
{ {
key: "key6", key: "key6",
label: "Comment", label: "Comment",
description: `Commenting on files, viewing, downloading files and folders, filling out forms.`, description: `Commenting on files, viewing, downloading files and folders, filling out forms.`,
icon: AccessCommentReactSvgUrl,
}, },
{ {
key: "key7", key: "key7",
label: "Read only", label: "Read only",
description: `Viewing, downloading files and folders, filling out forms.`, description: `Viewing, downloading files and folders, filling out forms.`,
icon: EyeReactSvgUrl,
}, },
{ {
key: "key8", key: "key8",
label: "Deny access", label: "Deny access",
description: "", description: "",
icon: AccessNoneReactSvgUrl,
}, },
]; ];