Refactor campaign recipient and review presentation
This commit is contained in:
@@ -414,7 +414,7 @@ type ZipArchiveColumnContext = {
|
||||
function zipArchiveColumns({ disabled, archives, invalidNameIndexes, onEditName, passwordFields, patchArchive, setStandard, addArchive, moveArchive, removeArchive }: ZipArchiveColumnContext): DataGridColumn<AttachmentZipArchive>[] {
|
||||
return [
|
||||
{
|
||||
id: "name", header: "i18n:govoplan-campaign.archive_name.6310f9e1", width: "minmax(360px, 1fr)", resizable: true, sortable: true, filterable: true, sticky: "start",
|
||||
id: "name", header: "i18n:govoplan-campaign.archive_name.6310f9e1", width: "minmax(360px, 1fr)", maxWidth: 640, resizable: true, sortable: true, filterable: true, sticky: "start",
|
||||
render: (archive, index) =>
|
||||
<button
|
||||
type="button"
|
||||
@@ -592,6 +592,7 @@ function attachmentSourceColumns({ locked, basePaths, fileSpaces, managedFilesAv
|
||||
id: "path",
|
||||
header: "i18n:govoplan-campaign.path.519e3913",
|
||||
width: "minmax(260px, 1fr)",
|
||||
maxWidth: 720,
|
||||
resizable: true,
|
||||
sortable: true,
|
||||
filterable: true,
|
||||
|
||||
Reference in New Issue
Block a user