change notification sorting by creation date

This commit is contained in:
Raja Oktafrianto
2025-04-21 09:53:09 +07:00
parent b93dfd1bfd
commit 814bf9f04f
2 changed files with 5 additions and 3 deletions

View File

@ -262,7 +262,9 @@ const AddDialog = () => {
<div className="w-full">
<div className="flex items-baseline flex-wrap lg:flex-nowrap gap-2.5">
<label className="form-label flex items-center gap-1 max-w-56">Type</label>
<label className="form-label flex items-center gap-1 max-w-56">
Type<span className="text-red-500">*</span>
</label>
<div className="flex gap-6 items-center">
{['info', 'promo'].map((type) => (
<label key={type} className="flex items-center space-x-2">